godot/modules/gdscript/tests
Rémi Verschelde 7eb44fa47d
Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mismatch
[GDScript] Fix type mismatch in optimized single arg `range`
2022-11-02 14:18:24 +01:00
..
scripts Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mismatch 2022-11-02 14:18:24 +01:00
README.md
gdscript_test_runner.cpp Fix more MSVC C4702 (unreachable code) warnings 2022-10-07 14:43:59 +02:00
gdscript_test_runner.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gdscript_test_runner_suite.h Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript 2022-08-08 16:36:01 +03:00
test_gdscript.cpp Extend test_compiler to also disassemble inner classes 2022-06-12 16:30:04 -04:00
test_gdscript.h

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.