godot/modules/gdscript/tests
Rémi Verschelde 29b4ee3d97 Change explicit 'Godot 4.0' references to 'Godot 4'
Fixes #79276.

(cherry picked from commit 8a06ec979e)
2023-07-10 18:09:58 +02:00
..
scripts Change explicit 'Godot 4.0' references to 'Godot 4' 2023-07-10 18:09:58 +02:00
README.md Update all outdated online documentation links 2023-01-14 19:38:00 +03:00
gdscript_test_runner.cpp GDScript: Further restrict test error output for C++ errors 2023-06-14 13:28:52 +02: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
test_gdscript.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
test_gdscript.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00

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.