2
0
Fork 0
godot/modules/gdscript/tests
Yuri Roubinsky 3396b25489 Allow using built-in names for variables, push warnings instead 2021-11-13 21:47:24 +07:00
..
scripts Allow using built-in names for variables, push warnings instead 2021-11-13 21:47:24 +07:00
README.md
gdscript_test_runner.cpp Implement toast notifications in the editor 2021-10-14 13:30:54 +07:00
gdscript_test_runner.h Implement toast notifications in the editor 2021-10-14 13:30:54 +07:00
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.