summaryrefslogtreecommitdiff
path: root/tests/test_macros.h
AgeCommit message (Expand)Author
2023-02-09Add Unit Tests for Viewport InputEvent handlingMarkus Sauermann
2023-02-09Remove `m_object` parameter from unit test MacrosMarkus Sauermann
2023-01-29[unittests] Send Mouse events via DisplayServer instead of push_inputMarkus Sauermann
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-08-02Merge pull request #61315 from lawnjelly/variant_bucket_poolsRémi Verschelde
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-04Variant memory poolslawnjelly
2022-05-23Fix typos with codespellRémi Verschelde
2022-05-17doctest: Update to 2.4.8Rémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-28remove escapes in gdscript test outputNathan Franke
2022-04-22Use Input::push_input for tests plus extra mouse testingPaulb23
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Fix various typosluz paz
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-07Move and organize tests into subfoldersAaron Franke
2021-10-30Modify Dictionary::operator== to do real key/value comparison with recursive ...Emmanuel Leblond
2021-09-20Add remaning code edit unit testsPaulb23
2021-09-01Create framework for testing SignalsPaulb23
2021-09-01Allow unit testing SceneTree OjectsPaulb23
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-01-08Use comma over `<<` operator for all unit test loggingAndrii Doroshenko (Xrayez)
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-21Add unit test for `RandomNumberGenerator`Andrii Doroshenko (Xrayez)
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-02Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)
2020-08-02Stringify `Variant` compatible types for doctest outputAndrii Doroshenko (Xrayez)
2020-07-30Hide implementation details of doctest macrosAndrii Doroshenko (Xrayez)