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

Method test_unpack_archive_xztar

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

Source from the content-addressed store, hash-verified

2186 @support.requires_lzma()
2187 @unittest.skipIf(AIX and not _maxdataOK(), "AIX MAXDATA must be 0x20000000 or larger")
2188 def test_unpack_archive_xztar(self):
2189 self.check_unpack_tarball('xztar')
2190
2191 @support.requires_zlib()
2192 def test_unpack_archive_zip(self):

Callers

nothing calls this directly

Calls 1

check_unpack_tarballMethod · 0.95

Tested by

no test coverage detected