2
0
Fork 0
godot/modules/gdscript/tests
Rémi Verschelde 472ff40f71
Merge pull request #53807 from vnen/dont-share-arrays-and-dicts
2021-10-14 20:42:22 +07:00
..
scripts Merge pull request #53807 from vnen/dont-share-arrays-and-dicts 2021-10-14 20:42:22 +07:00
README.md Add a README to link to the GDScript integration tests documentation 2021-08-25 16:51:28 +07:00
gdscript_test_runner.cpp GDScript: Make all warnings enabled in test generation 2021-10-06 11:39:00 +07:00
gdscript_test_runner.h Add runner for GDScript testing 2021-04-08 09:34:59 +07:00
gdscript_test_runner_suite.h Rename Reference to RefCounted 2021-06-11 18:48:42 +07:00
test_gdscript.cpp Use range iterators for `Map` 2021-09-30 15:09:12 +07:00
test_gdscript.h Add runner for GDScript testing 2021-04-08 09:34:59 +07:00

README.md

GDScript integration tests

The scripts/ folder contains integration tests in the form of GDScript files and output files.

See the Integration tests for GDScript documentation for information about creating and running GDScript integration tests.