(self)
| 226 | self.fail("expected test to raise ImportError for compressed zip with fake compression module") |
| 227 | |
| 228 | def testPy(self): |
| 229 | files = {TESTMOD + ".py": test_src} |
| 230 | self.doTest(".py", files, TESTMOD) |
| 231 | |
| 232 | def testPyc(self): |
| 233 | files = {TESTMOD + pyc_ext: test_pyc} |