A Thousand Ships c17688fa6c Fix running tests in template builds 9 months ago
..
scripts c35e05e7b1 GDScript: Fix accessing static function as `Callable` in static context 10 months ago
README.md 4c1f11944e Update all outdated online documentation links 1 year ago
gdscript_test_runner.cpp 4564a8513a Correctly check scripts that must inherit `EditorPlugin` 11 months ago
gdscript_test_runner.h 25b2f1780a Style: Harmonize header includes in modules 1 year ago
gdscript_test_runner_suite.h c17688fa6c Fix running tests in template builds 9 months ago
test_gdscript.cpp 6de06138c0 Merge pull request #79425 from vnen/gdscript-load-classes-for-debug-tests 1 year ago
test_gdscript.h 25b2f1780a Style: Harmonize header includes in modules 1 year ago
test_lsp.h 0202a36a7a Language Server: Improve hovered symbol resolution, fix renaming bugs, implement reference lookup 1 year ago

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.