godotengine / godot-tests

Repository for Godot benchmarks, regression tests, etc.
MIT License
34 stars 33 forks source link

Add GDScript test for cyclic dependencies #28

Closed anvilfolk closed 8 months ago

anvilfolk commented 10 months ago

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.