1
0
Fork 0
godot/modules/gdscript/tests
Rémi Verschelde 68bf4eb100
Merge pull request #61440 from vnen/gdscript-scene-unique-nodes
GDScript: Support `%` in shorthand for `get_node`
2022-05-31 12:36:37 +02:00
..
scripts Merge pull request #61440 from vnen/gdscript-scene-unique-nodes 2022-05-31 12:36:37 +02:00
README.md
gdscript_test_runner.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
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.