Add a README to link to the GDScript integration tests documentation
This makes the documentation about creating and running GDScript integration tests more discoverable.
This commit is contained in:
parent
353bb45e21
commit
9c2ec6e697
1 changed files with 8 additions and 0 deletions
8
modules/gdscript/tests/README.md
Normal file
8
modules/gdscript/tests/README.md
Normal file
|
@ -0,0 +1,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/development/cpp/unit_testing.html#integration-tests-for-gdscript)
|
||||
for information about creating and running GDScript integration tests.
|
Loading…
Reference in a new issue