1
0
Fork 0
godot/modules/gdscript/tests
Rémi Verschelde 81fe3715b8
Merge pull request #71914 from vnen/gdscript-no-continue-match
GDScript: Remove function of `continue` for match statement
2023-01-23 15:35:55 +01:00
..
scripts Merge pull request #71914 from vnen/gdscript-no-continue-match 2023-01-23 15:35:55 +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.