godot/modules/gdscript/tests
Danil Alexeev 9e2273abc7
GDScript: Add error when exporting node in non [Node]-derived classes
2023-10-05 13:50:26 +03:00
..
scripts GDScript: Add error when exporting node in non [Node]-derived classes 2023-10-05 13:50:26 +03:00
README.md
gdscript_test_runner.cpp GDScript: Add `INFERRED_DECLARATION` warning 2023-09-22 23:13:52 +03:00
gdscript_test_runner.h
gdscript_test_runner_suite.h
test_gdscript.cpp Merge pull request #79425 from vnen/gdscript-load-classes-for-debug-tests 2023-10-03 17:11:01 +02:00
test_gdscript.h
test_lsp.h Language Server: Improve hovered symbol resolution, fix renaming bugs, implement reference lookup 2023-09-11 09:46:34 -05: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.