MCPcopy Create free account
hub / github.com/python/cpython / test_unpack_archive_zip

Method test_unpack_archive_zip

Lib/test/test_shutil.py:2192–2195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2190
2191 @support.requires_zlib()
2192 def test_unpack_archive_zip(self):
2193 self.check_unpack_archive('zip')
2194 with self.assertRaises(TypeError):
2195 self.check_unpack_archive('zip', filter='data')
2196
2197 def test_unpack_registry(self):
2198

Callers

nothing calls this directly

Calls 2

check_unpack_archiveMethod · 0.95
assertRaisesMethod · 0.45

Tested by

no test coverage detected