godot/modules/gdscript/tests
Yuri Sizov 73252669b1 Merge pull request #82030 from dalexeev/gds-make-for-loop-array-literal-typed
GDScript: Make array literal typed if `for` loop variable type is specified
2023-09-28 20:04:12 +02:00
..
scripts Merge pull request #82030 from dalexeev/gds-make-for-loop-array-literal-typed 2023-09-28 20:04:12 +02:00
gdscript_test_runner_suite.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_test_runner.cpp GDScript: Add INFERRED_DECLARATION warning 2023-09-22 23:13:52 +03:00
gdscript_test_runner.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
README.md
test_gdscript.cpp GDScript: Fix get_*_list() methods return incorrect info 2023-09-04 00:21:03 +03:00
test_gdscript.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
test_lsp.h Language Server: Improve hovered symbol resolution, fix renaming bugs, implement reference lookup 2023-09-11 09:46:34 -05: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.