virtualx-engine/modules/gdscript/tests
Hugo Locurcio 291d3aaabe
Improve null and object printing to avoid confusion with arrays
- Use different syntax for object printing to avoid confusion with arrays.
- Print null as `<null>` to avoid confusion with a string `"null"`.
- Display `<empty>` in editor resource pickers to avoid confusion
  with array-based properties.
2022-08-31 15:31:49 +02:00
..
scripts Improve null and object printing to avoid confusion with arrays 2022-08-31 15:31:49 +02:00
gdscript_test_runner.cpp
gdscript_test_runner.h
gdscript_test_runner_suite.h
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.