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

Method testPy

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

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 1

doTestMethod · 0.95

Tested by

no test coverage detected