(self)
| 2181 | |
| 2182 | @support.requires_zstd() |
| 2183 | def test_unpack_archive_zstdtar(self): |
| 2184 | self.check_unpack_tarball('zstdtar') |
| 2185 | |
| 2186 | @support.requires_lzma() |
| 2187 | @unittest.skipIf(AIX and not _maxdataOK(), "AIX MAXDATA must be 0x20000000 or larger") |
nothing calls this directly
no test coverage detected