godot/modules/gdscript/tests
K. S. Ernest (iFire) Lee d04aa9a114
Merge pull request #52122 from V-Sekai/autoload_list
Use sorted map for autoloads in ProjectSettings to preserve order.
2021-08-27 14:41:40 -07:00
..
scripts Merge pull request #52090 from balloonpopper/bug52060 2021-08-27 21:05:47 +02:00
gdscript_test_runner.cpp Use OrderedHashMap for autoloads to preserve order 2021-08-26 21:55:26 -07:00
gdscript_test_runner.h
gdscript_test_runner_suite.h
README.md Add a README to link to the GDScript integration tests documentation 2021-08-25 16:51:28 +02:00
test_gdscript.cpp Reorganise text editor settings 2021-08-16 17:18:49 +01:00
test_gdscript.h

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.