python-trio / pytest-trio

Pytest plugin for trio
Other
54 stars 25 forks source link

Use `ExceptionGroup` and fix magic-exception handling #130

Closed Zac-HD closed 1 year ago

Zac-HD commented 2 years ago

Closes #104, closes #128. This is designed to be rebased on #129 so please review that first 🙂

Zac-HD commented 1 year ago

OK, ready to go!

I'd also appreciate a release ASAP after this is merged; #104 means that @pytest.xfail(..., raise=SomeError) needs this patch to work with strict_exception_groups=True 😅