(self)
| 1621 | importlib.invalidate_caches() |
| 1622 | |
| 1623 | def tearDown(self): |
| 1624 | assert sys.path[0] == os.curdir, 'Unexpected sys.path[0]' |
| 1625 | del sys.path[0] |
| 1626 | self._clean() |
| 1627 | |
| 1628 | @skip_if_dont_write_bytecode |
| 1629 | def test_import_pyc_path(self): |