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

Method test_basic

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

Source from the content-addressed store, hash-verified

785 self.assertIsNone(zipfp.testzip())
786
787 def test_basic(self):
788 for f in get_files(self):
789 self.zip_test(f, self.compression)
790
791 def test_too_many_files(self):
792 # This test checks that more than 64k files can be added to an archive,

Callers

nothing calls this directly

Calls 2

zip_testMethod · 0.95
get_filesFunction · 0.85

Tested by

no test coverage detected