virtualx-engine/modules/gdscript/tests
Rémi Verschelde b88535fe23
Merge pull request #85178 from HolonProduction/completion-tests
Add unit test runner for autocompletion
2024-01-08 11:51:03 +01:00
..
scripts Merge pull request #85178 from HolonProduction/completion-tests 2024-01-08 11:51:03 +01:00
gdscript_test_runner.cpp Add unit test runner for autocompletion 2024-01-05 17:49:51 +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 Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
README.md Update all outdated online documentation links 2023-01-14 19:38:00 +03:00
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 Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
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.