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

Method testBoth

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

Source from the content-addressed store, hash-verified

217 self.doTest(pyc_ext, files, TESTMOD)
218
219 def testBoth(self):
220 files = {TESTMOD + ".py": test_src,
221 TESTMOD + pyc_ext: test_pyc}
222 self.doTest(pyc_ext, files, TESTMOD)
223
224 def testUncheckedHashBasedPyc(self):
225 source = b"state = 'old'"

Callers

nothing calls this directly

Calls 1

doTestMethod · 0.95

Tested by

no test coverage detected