(self)
| 2190 | |
| 2191 | @support.requires_zlib() |
| 2192 | def test_unpack_archive_zip(self): |
| 2193 | self.check_unpack_archive('zip') |
| 2194 | with self.assertRaises(TypeError): |
| 2195 | self.check_unpack_archive('zip', filter='data') |
| 2196 | |
| 2197 | def test_unpack_registry(self): |
| 2198 |
nothing calls this directly
no test coverage detected