godot/modules/gdscript/tests
Rémi Verschelde 2e1725bef6
Merge pull request #86088 from dalexeev/gds-fix-static-func-as-callable-in-static-context
GDScript: Fix accessing static function as `Callable` in static context
2024-01-02 18:05:16 +01:00
..
scripts Merge pull request #86088 from dalexeev/gds-fix-static-func-as-callable-in-static-context 2024-01-02 18:05:16 +01:00
gdscript_test_runner_suite.h
gdscript_test_runner.cpp Correctly check scripts that must inherit EditorPlugin 2023-11-23 16:24:43 +01:00
gdscript_test_runner.h
README.md
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

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.