(self, format)
| 2165 | unpack_archive(converter(TESTFN), format='xxx', **kwargs) |
| 2166 | |
| 2167 | def check_unpack_tarball(self, format): |
| 2168 | self.check_unpack_archive(format, filter='fully_trusted') |
| 2169 | self.check_unpack_archive(format, filter='data') |
| 2170 | |
| 2171 | def test_unpack_archive_tar(self): |
| 2172 | self.check_unpack_tarball('tar') |
no test coverage detected