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

Method test_open

Lib/test/test_zipfile/test_core.py:168–170  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 self.assertEqual(b''.join(zipdata2), self.data)
167
168 def test_open(self):
169 for f in get_files(self):
170 self.zip_open_test(f, self.compression)
171
172 def test_open_with_pathlike(self):
173 path = FakePath(TESTFN2)

Callers

nothing calls this directly

Calls 2

zip_open_testMethod · 0.95
get_filesFunction · 0.85

Tested by

no test coverage detected