1
0
Fork 0
godot/modules/gdscript/tests
Rémi Verschelde e22255edaf
Merge pull request #55201 from Scony/fix-unreachable-code-false-positive
2022-05-18 16:04:12 +02:00
..
scripts Merge pull request #55201 from Scony/fix-unreachable-code-false-positive 2022-05-18 16:04:12 +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.