summaryrefslogtreecommitdiffstats
path: root/tests/test_macros.h
Commit message (Expand)AuthorAgeFilesLines
* Add const char * overloads to String classWilson E. Alvarez2024-05-071-0/+67
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+1
* Overhaul multiple caret editing in TextEdit.kit2024-04-261-0/+9
* Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-5/+5
* Add Unit tests for viewport.cpp Physics 2D PickingMarkus Sauermann2023-08-071-0/+14
* Fix various errors when running the unit testsRedworkDE2023-05-091-1/+1
* Add Unit Tests for Viewport InputEvent handlingMarkus Sauermann2023-02-091-1/+0
* Remove `m_object` parameter from unit test MacrosMarkus Sauermann2023-02-091-45/+45
* [unittests] Send Mouse events via DisplayServer instead of push_inputMarkus Sauermann2023-01-291-6/+10
* Use BitField<> in core type masksJuan Linietsky2023-01-081-7/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-4/+3
* Merge pull request #61315 from lawnjelly/variant_bucket_poolsRémi Verschelde2022-08-021-6/+7
|\
| * Variant memory poolslawnjelly2022-07-041-6/+7
* | Remove Signal connect bindsJuan Linietsky2022-07-291-6/+4
|/
* Fix typos with codespellRémi Verschelde2022-05-231-1/+1
* doctest: Update to 2.4.8Rémi Verschelde2022-05-171-4/+3
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* remove escapes in gdscript test outputNathan Franke2022-04-281-14/+14
* Use Input::push_input for tests plus extra mouse testingPaulb232022-04-221-21/+56
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix various typosluz paz2022-01-021-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* Move and organize tests into subfoldersAaron Franke2021-11-071-4/+2
* Modify Dictionary::operator== to do real key/value comparison with recursive ...Emmanuel Leblond2021-10-301-0/+1
* Add remaning code edit unit testsPaulb232021-09-201-1/+36
* Create framework for testing SignalsPaulb232021-09-011-0/+171
* Allow unit testing SceneTree OjectsPaulb232021-09-011-0/+13
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* Use comma over `<<` operator for all unit test loggingAndrii Doroshenko (Xrayez)2021-01-081-0/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add unit test for `RandomNumberGenerator`Andrii Doroshenko (Xrayez)2020-12-211-0/+3
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)2020-09-021-0/+16
* Stringify `Variant` compatible types for doctest outputAndrii Doroshenko (Xrayez)2020-08-021-0/+57
* Hide implementation details of doctest macrosAndrii Doroshenko (Xrayez)2020-07-301-0/+50