(self, errors, data)
| 771 | raise |
| 772 | |
| 773 | def check_unpickling_error(self, errors, data): |
| 774 | with self.subTest(data=data): |
| 775 | self.check_unpickling_error_strict(errors, data) |
| 776 | |
| 777 | def test_load_from_data0(self): |
| 778 | self.assert_is_copy(self._testdata, self.loads(DATA0)) |
no test coverage detected