summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43536 from jonbonazza/hmacFabio Alessandrelli2020-12-032-0/+75
|\
| * feat: HMAC support in Crypto APIsJon Bonazza2020-11-262-0/+75
* | [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-263-0/+351
|/
* Merge pull request #43781 from MaxMutantMayer/regex_unit_testsRémi Verschelde2020-11-231-13/+0
|\
| * Move and add new RegEx test casesMaximilian Mayer2020-11-221-13/+0
* | Merge pull request #43727 from Calinou/test-add-aabbRémi Verschelde2020-11-232-0/+376
|\ \ | |/ |/|
| * Add a test suite for AABBHugo Locurcio2020-11-202-0/+376
* | Merge pull request #43583 from Calinou/test-add-objectRémi Verschelde2020-11-202-0/+93
|\ \
| * | Add a test suite for ObjectHugo Locurcio2020-11-202-0/+93
* | | Merge pull request #43514 from Calinou/test-add-rect2-rect2iRémi Verschelde2020-11-202-0/+468
|\ \ \
| * | | Add a test suite for Rect2 and Rect2iHugo Locurcio2020-11-202-0/+468
| |/ /
* | | Style fix after #43517Rémi Verschelde2020-11-201-1/+0
* | | Merge pull request #43517 from Calinou/test-add-jsonRémi Verschelde2020-11-202-0/+168
|\ \ \
| * | | Add a test suite for JSONHugo Locurcio2020-11-142-0/+168
| |/ /
* | / doctest: Do not override command-line optionsAndrii Doroshenko (Xrayez)2020-11-201-4/+0
| |/ |/|
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-1623-25/+0
* | Add a test suite for ConfigFileHugo Locurcio2020-11-162-0/+158
* | Merge pull request #43578 from Calinou/test-add-nodepathRémi Verschelde2020-11-162-0/+174
|\ \
| * | Add a test suite for NodePathHugo Locurcio2020-11-152-0/+174
| |/
* | Merge pull request #43572 from Calinou/test-add-pckpackerRémi Verschelde2020-11-162-0/+116
|\ \
| * | Add a test suite for PCKPackerHugo Locurcio2020-11-152-0/+116
| |/
* / Add a test suite for CurveHugo Locurcio2020-11-132-0/+223
|/
* Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-0719-39/+39
* Refactored Variant Operators.reduz2020-11-061-3/+3
* Remove `Color.contrasted()` as its behavior is barely usefulHugo Locurcio2020-11-031-3/+0
* 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
|\