Browse Source

Merge pull request #52102 from Calinou/gdscript-tests-add-readme

Add a README to link to the GDScript integration tests documentation
Gilles Roudière 4 years ago
parent
commit
ae3a422427
1 changed files with 8 additions and 0 deletions
  1. 8 0
      modules/gdscript/tests/README.md

+ 8 - 0
modules/gdscript/tests/README.md

@@ -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.