godot/modules/gdscript/tests
Yuri Sizov b6c4efe1b1 Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types
GDScript: Allow use local constants as types
2023-08-25 21:26:44 +02:00
..
scripts Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types 2023-08-25 21:26:44 +02:00
gdscript_test_runner_suite.h
gdscript_test_runner.cpp
gdscript_test_runner.h
README.md
test_gdscript.cpp
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.