virtualx-engine/modules/gdscript/tests
clayjohn 0a51bb4ca5 Add STATIC_CALLED_ON_INSTANCE warning to highlight
when static functions are called directly from objects
2022-10-14 10:43:42 -07:00
..
scripts Add STATIC_CALLED_ON_INSTANCE warning to highlight 2022-10-14 10:43:42 -07:00
gdscript_test_runner.cpp Fix more MSVC C4702 (unreachable code) warnings 2022-10-07 14:43:59 +02:00
gdscript_test_runner.h
gdscript_test_runner_suite.h Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript 2022-08-08 16:36:01 +03:00
README.md
test_gdscript.cpp
test_gdscript.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.