MCPcopy Index your code
hub / github.com/RustPython/RustPython / testEmptyPy

Method testEmptyPy

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

doTestMethod · 0.95

Tested by

no test coverage detected