(self)
| 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): |
nothing calls this directly
no test coverage detected