(self, spec)
| 197 | MODULE = 'data01' |
| 198 | |
| 199 | def tree_on_path(self, spec): |
| 200 | temp_dir = self.fixtures.enter_context(os_helper.temp_dir()) |
| 201 | _path.build(spec, pathlib.Path(temp_dir)) |
| 202 | self.fixtures.enter_context(import_helper.DirsOnSysPath(temp_dir)) |
| 203 | |
| 204 | |
| 205 | class CommonTests(DiskSetup, CommonTestsBase): |
nothing calls this directly
no test coverage detected