Pawel Lampe 1a15a3adf6 Fix GDScript parser crash on 'dollar mixed with assignment' expression 3 years ago
..
scripts 1a15a3adf6 Fix GDScript parser crash on 'dollar mixed with assignment' expression 3 years ago
README.md 9c2ec6e697 Add a README to link to the GDScript integration tests documentation 4 years ago
gdscript_test_runner.cpp 0587e5e018 Implement toast notifications in the editor 3 years ago
gdscript_test_runner.h 0587e5e018 Implement toast notifications in the editor 3 years ago
gdscript_test_runner_suite.h 04688b92ff Rename Reference to RefCounted 4 years ago
test_gdscript.cpp c63b18507d Use range iterators for `Map` 3 years ago
test_gdscript.h 5f77f38573 Add runner for GDScript testing 4 years 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.