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

Method test_unpack_archive_gztar

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

Source from the content-addressed store, hash-verified

2173
2174 @support.requires_zlib()
2175 def test_unpack_archive_gztar(self):
2176 self.check_unpack_tarball('gztar')
2177
2178 @support.requires_bz2()
2179 def test_unpack_archive_bztar(self):

Callers

nothing calls this directly

Calls 1

check_unpack_tarballMethod · 0.95

Tested by

no test coverage detected