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

Method test_basic

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

Source from the content-addressed store, hash-verified

138 self.assertIsNone(zipfp.testzip())
139
140 def test_basic(self):
141 for f in get_files(self):
142 self.zip_test(f, self.compression)
143
144 def zip_open_test(self, f, compression):
145 self.make_test_archive(f, compression)

Callers

nothing calls this directly

Calls 2

zip_testMethod · 0.95
get_filesFunction · 0.85

Tested by

no test coverage detected