summaryrefslogtreecommitdiffstats
path: root/tests/test_macros.h
Commit message (Expand)AuthorAgeFilesLines
* 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