(self)
| 268 | self.doTest(None, files, TESTMOD, call=check) |
| 269 | |
| 270 | def testEmptyPy(self): |
| 271 | files = {TESTMOD + ".py": ""} |
| 272 | self.doTest(None, files, TESTMOD) |
| 273 | |
| 274 | def testBadMagic(self): |
| 275 | # make pyc magic word invalid, forcing loading from .py |