MCPcopy Create free account
hub / github.com/RustPython/RustPython / assertCompiledIn

Method assertCompiledIn

Lib/test/test_zipfile/test_core.py:1417–1419  ·  view source on GitHub ↗
(self, name, namelist)

Source from the content-addressed store, hash-verified

1415
1416class PyZipFileTests(unittest.TestCase):
1417 def assertCompiledIn(self, name, namelist):
1418 if name + 'o' not in namelist:
1419 self.assertIn(name + 'c', namelist)
1420
1421 def requiresWriteAccess(self, path):
1422 # effective_ids unavailable on windows

Calls 1

assertInMethod · 0.80

Tested by

no test coverage detected