mirror of
https://github.com/godotengine/godot-tests.git
synced 2026-01-06 18:09:46 +03:00
Adds a GDScript test that requires a very specific order of loading as well as the usage of global class names in order to require other files to be loaded. This cannot be achieved with the current unit testing framework.
2 lines
38 B
GDScript
2 lines
38 B
GDScript
class_name Mother extends GrandMother
|