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

Method test_unpack_archive_bztar

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

Source from the content-addressed store, hash-verified

2177
2178 @support.requires_bz2()
2179 def test_unpack_archive_bztar(self):
2180 self.check_unpack_tarball('bztar')
2181
2182 @support.requires_zstd()
2183 def test_unpack_archive_zstdtar(self):

Callers

nothing calls this directly

Calls 1

check_unpack_tarballMethod · 0.95

Tested by

no test coverage detected