-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Almost all instances of pytest.raises(ExceptionGroup) or pytest.raises(BaseExceptionGroup) would be better of rewritten to use pytest.RaisesGroup. It's possible this should be an optional rule as it's fully possible to write perfectly fine code with pytest.raises(ExceptionGroup).
Reactions are currently unavailable