2
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 +07:00
..
scripts Merge pull request #55201 from Scony/fix-unreachable-code-false-positive 2022-05-18 16:04:12 +07:00
README.md
gdscript_test_runner.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +07:00
gdscript_test_runner.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +07:00
gdscript_test_runner_suite.h Update copyright statements to 2022 2022-01-03 21:27:34 +07:00
test_gdscript.cpp Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +07:00
test_gdscript.h Update copyright statements to 2022 2022-01-03 21:27:34 +07:00

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.