(self)
| 67 | self.assertListEqual(expect, list(XZFile(file_name, mode="rb"))) |
| 68 | |
| 69 | def test_universal_write_open(self): |
| 70 | with self.assertRaises(ValueError): |
| 71 | universal_write_open("", "", compression=1) |
nothing calls this directly
no test coverage detected