| 21 | } |
| 22 | |
| 23 | _ALWAYS_INLINE_ String get_test_scripts_path() { |
| 24 | return get_gdsdecomp_path().path_join("tests/test_scripts"); |
| 25 | } |
| 26 | |
| 27 | _ALWAYS_INLINE_ String get_gdscript_tests_path() { |
| 28 | REQUIRE(GDRESettings::get_singleton()); |
no test coverage detected