(self)
| 2173 | |
| 2174 | @support.requires_zlib() |
| 2175 | def test_unpack_archive_gztar(self): |
| 2176 | self.check_unpack_tarball('gztar') |
| 2177 | |
| 2178 | @support.requires_bz2() |
| 2179 | def test_unpack_archive_bztar(self): |
nothing calls this directly
no test coverage detected