godot/modules/gdscript/tests
Juan Linietsky 1bbe0a2b2f Fix global script class parsing.
* Broke with #72226
* Restored previous version of the code, made it even more error tolerant.
* Added a warning to **not** change the code.

Fixes #72226.
2023-01-31 12:43:25 +01:00
..
scripts Fix global script class parsing. 2023-01-31 12:43:25 +01:00
gdscript_test_runner_suite.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_test_runner.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_test_runner.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
README.md Update all outdated online documentation links 2023-01-14 19:38:00 +03:00
test_gdscript.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_gdscript.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00

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.