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