1
0
Fork 0
godot/modules/gdscript/tests
Rémi Verschelde a3dae9e548
Merge pull request #72285 from vnen/gdscript-variable-match
GDScript: Allow variables in match patterns
2023-01-29 02:45:48 +01:00
..
scripts Merge pull request #72285 from vnen/gdscript-variable-match 2023-01-29 02:45:48 +01:00
README.md Update all outdated online documentation links 2023-01-14 19:38:00 +03:00
gdscript_test_runner.cpp
gdscript_test_runner.h
gdscript_test_runner_suite.h
test_gdscript.cpp
test_gdscript.h

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.