| 41 | } |
| 42 | |
| 43 | String TestUtils::get_executable_dir() { |
| 44 | return OS::get_singleton()->get_executable_path().get_base_dir(); |
| 45 | } |
| 46 | |
| 47 | String TestUtils::get_temp_path(const String &p_suffix) { |
| 48 | const String temp_base = OS::get_singleton()->get_cache_path().path_join("godot_test"); |
nothing calls this directly
no test coverage detected