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

Method test_read1

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

Source from the content-addressed store, hash-verified

210 self.assertEqual(b''.join(zipdata), self.data)
211
212 def test_read1(self):
213 for f in get_files(self):
214 self.zip_read1_test(f, self.compression)
215
216 def zip_read1_10_test(self, f, compression):
217 self.make_test_archive(f, compression)

Callers

nothing calls this directly

Calls 2

zip_read1_testMethod · 0.95
get_filesFunction · 0.85

Tested by

no test coverage detected