(self)
| 166 | self.assertEqual(b''.join(zipdata2), self.data) |
| 167 | |
| 168 | def test_open(self): |
| 169 | for f in get_files(self): |
| 170 | self.zip_open_test(f, self.compression) |
| 171 | |
| 172 | def test_open_with_pathlike(self): |
| 173 | path = FakePath(TESTFN2) |
nothing calls this directly
no test coverage detected