godot/modules/gdscript/tests
Hugo Locurcio 9c2ec6e697
Add a README to link to the GDScript integration tests documentation
This makes the documentation about creating and running GDScript
integration tests more discoverable.
2021-08-25 16:51:28 +02:00
..
scripts GDScript: Fix calling builtin static functions 2021-08-18 18:58:41 -03:00
gdscript_test_runner.cpp Use C++ iterators for Lists in many situations 2021-07-23 17:38:28 -04: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.