godot/modules/gdscript/tests
George Marques b4e08eb752
Allow free() to be used as Callable
This method is registered in a special way so ClassDB doesn't naturally
know about its existence. Here it is hardcoded if any other option fail
to check if it is about the `free()` method and, if so, say it exists
and return a Callable.
2024-01-18 09:33:44 -03:00
..
scripts Allow free() to be used as Callable 2024-01-18 09:33:44 -03:00
gdscript_test_runner_suite.h
gdscript_test_runner.cpp Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
gdscript_test_runner.h
README.md
test_completion.h Add unit test runner for autocompletion 2024-01-05 17:49:51 +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
test_lsp.h Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00

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.