blob: 361d586d32c8c25faf6e7cdc2c060b2e3e1146a4 (
plain)
1
2
3
4
5
6
7
8
|
# 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](https://docs.godotengine.org/en/latest/contributing/development/core_and_modules/unit_testing.html#integration-tests-for-gdscript)
for information about creating and running GDScript integration tests.
|