godot/modules/gdscript/tests
Yuri Sizov bc1949d797 Correctly check scripts that must inherit EditorPlugin
Also updates some error messages related to this kind of check
across the codebase.
2023-11-23 16:24:43 +01:00
..
scripts
gdscript_test_runner_suite.h
gdscript_test_runner.cpp
gdscript_test_runner.h
README.md
test_gdscript.cpp
test_gdscript.h
test_lsp.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.