hamncheese/godot/modules/gdscript/tests
2023-08-26 15:59:57 -05:00
..
scripts Initial commit 2023-08-26 15:59:57 -05:00
gdscript_test_runner.cpp Initial commit 2023-08-26 15:59:57 -05:00
gdscript_test_runner.h Initial commit 2023-08-26 15:59:57 -05:00
gdscript_test_runner_suite.h Initial commit 2023-08-26 15:59:57 -05:00
README.md Initial commit 2023-08-26 15:59:57 -05:00
test_gdscript.cpp Initial commit 2023-08-26 15:59:57 -05:00
test_gdscript.h Initial commit 2023-08-26 15:59:57 -05: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.