summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Refactor MethodBind to use variadic templatesreduz2020-10-182-0/+166
* core/command_queue_mt: Customizable size and testsLyuma2020-10-122-0/+483
* Fix typos with codespellRémi Verschelde2020-09-181-4/+4
* Merge pull request #42013 from Xrayez/fix-list-swapRémi Verschelde2020-09-162-0/+280
|\
| * Add a test suite for `List`Andrii Doroshenko (Xrayez)2020-09-132-0/+280
* | Add test cases for numeric literals with underscoresPawel Lampe2020-09-141-0/+14
|/
* Move GDNative `String` tests to respective moduleAndrii Doroshenko (Xrayez)2020-09-113-1987/+2
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-036-38/+2531
* Fix doctest runner ignoring all arguments starting with --teststrank2020-09-021-2/+3
* Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)2020-09-024-17/+94
* Move GDScript tests to respective folder under modulesAndrii Doroshenko (Xrayez)2020-09-022-298/+0
* Add GDScript disassemblerGeorge Marques2020-09-011-0/+63
* Fix Color test cases for RGBAAaron Franke2020-09-011-5/+3
* Merge pull request #40955 from Calinou/test-add-expressionRémi Verschelde2020-08-312-0/+432
|\
| * Add a test suite for ExpressionHugo Locurcio2020-08-272-0/+432
* | Add a test suite for GradientHugo Locurcio2020-08-192-0/+153
* | Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)2020-08-163-888/+796
* | Merge pull request #41117 from 3akev/masterRémi Verschelde2020-08-142-177/+100
|\ \
| * | Port OrderedHashMap tests to doctestAladdin Al-Khafaji2020-08-082-177/+100
| |/
* | Merge pull request #40940 from fire/tests-port-basisRémi Verschelde2020-08-112-327/+250
|\ \
| * | Port Basis tests to use doctest.K. S. Ernest (iFire) Lee2020-08-012-327/+250
| |/
* / Stringify `Variant` compatible types for doctest outputAndrii Doroshenko (Xrayez)2020-08-022-0/+192
|/
* Fix memory leak in test argsAndrii Doroshenko (Xrayez)2020-07-311-0/+3
* Merge pull request #40928 from bruvzg/fix_test_heap_use_after_freeRémi Verschelde2020-07-311-1/+2
|\
| * Fix heap use after free in the doctest "main".bruvzg2020-07-311-1/+2
* | Add a test suite for ColorHugo Locurcio2020-07-312-0/+214
|/
* Port AStar tests to use doctestAndrii Doroshenko (Xrayez)2020-07-312-412/+330
* Hide implementation details of doctest macrosAndrii Doroshenko (Xrayez)2020-07-305-6/+72
* Cleanup obsolete tests from displaying in helpAndrii Doroshenko (Xrayez)2020-07-292-55/+8
* Add test suite for `Variant`Andrii Doroshenko (Xrayez)2020-07-282-0/+112
* Make all String float conversion methods be 64-bitAaron Franke2020-07-272-2/+2
* Crash when debugging tests by disabling thread_local in /MT contextGordon2020-07-261-0/+7
* Merge pull request #40720 from Xrayez/modules-testsRémi Verschelde2020-07-261-0/+2
|\
| * Enable support for C++ modules testsAndrii Doroshenko (Xrayez)2020-07-261-0/+2
* | SCons: Build tests/ and main/ in cloned environmentsRémi Verschelde2020-07-261-2/+8
|/
* Move `tests` to the top-level directoryAndrii Doroshenko (Xrayez)2020-07-2629-0/+6188