MCPcopy Index your code
hub / github.com/python/cpython / testEmptyPy

Method testEmptyPy

Lib/test/test_zipimport.py:270–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

doTestMethod · 0.95

Tested by

no test coverage detected