(self)
| 251 | self.doTest(None, files, TESTMOD, call=check) |
| 252 | |
| 253 | def testEmptyPy(self): |
| 254 | files = {TESTMOD + ".py": ""} |
| 255 | self.doTest(None, files, TESTMOD) |
| 256 | |
| 257 | def testBadMagic(self): |
| 258 | # make pyc magic word invalid, forcing loading from .py |