2
0
mirror of https://github.com/godotengine/godot.git synced 2025-01-18 20:40:57 +08:00
godot/modules/gdscript/tests
2022-05-03 13:37:13 -05:00
..
scripts quote strings inside arrays and dictionaries 2022-05-03 13:37:13 -05:00
gdscript_test_runner_suite.h
gdscript_test_runner.cpp Remove RES and REF typedefs in favor of spelled out Ref<> 2022-05-03 01:43:50 +02:00
gdscript_test_runner.h
README.md
test_gdscript.cpp
test_gdscript.h

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.