Replies: 1 comment 1 reply
-
Ideas on how to support this: 1. Treat an empty array as
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to disallow calling
pytest.raises
withoutmatch
regardless of the error type. Is there a way to achieve that? We could use raises-require-match-for and specify all error types in a codebase there, but that's exhausting.Beta Was this translation helpful? Give feedback.
All reactions