(self)
| 986 | # XXX check preserved suggestions |
| 987 | |
| 988 | def test_AttributeError(self): |
| 989 | self.assert_run_failed(AttributeError, """ |
| 990 | object().spam |
| 991 | """) |
| 992 | # XXX check preserved suggestions |
| 993 | |
| 994 | def test_ExceptionGroup(self): |
| 995 | self.assert_run_failed(ExceptionGroup, """ |
nothing calls this directly
no test coverage detected