godot/modules/gdscript/tests
A Thousand Ships c17688fa6c
Fix running tests in template builds
Also fixes some errors with 3D disabled
2024-02-27 16:03:18 +01:00
..
scripts GDScript: Fix accessing static function as `Callable` in static context 2024-01-25 18:45:01 +01:00
README.md
gdscript_test_runner.cpp Correctly check scripts that must inherit `EditorPlugin` 2023-12-07 10:27:06 +01:00
gdscript_test_runner.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_test_runner_suite.h Fix running tests in template builds 2024-02-27 16:03:18 +01:00
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 Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
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.