(self)
| 46 | LoaderTest.sys_path = copy.copy(sys.path) |
| 47 | |
| 48 | def tearDown(self): |
| 49 | sys.path = LoaderTest.sys_path |
| 50 | |
| 51 | def test_module_load_from_file(self): |
| 52 | plugin_path = os.path.join(SRC_ROOT, "plugin/standaloneplugin.py") |
nothing calls this directly
no outgoing calls
no test coverage detected