(self)
| 533 | self._check_package(depth, alter_sys=True) |
| 534 | |
| 535 | def test_explicit_relative_import(self): |
| 536 | for depth in range(2, 5): |
| 537 | if verbose > 1: print("Testing relative imports at depth:", depth) |
| 538 | self._check_relative_imports(depth) |
| 539 | |
| 540 | def test_main_relative_import(self): |
| 541 | for depth in range(2, 5): |
nothing calls this directly
no test coverage detected