How can I make my classes provide explanations for failed assertions? #10492
Answered
by
The-Compiler
MaddyGuthridge
asked this question in
Q&A
-
I understand that it is possible to give custom assertion messages by defining a |
Beta Was this translation helpful? Give feedback.
Answered by
The-Compiler
Nov 11, 2022
Replies: 1 comment 1 reply
-
You could ship a pytest plugin with your project, which implements that hook. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MaddyGuthridge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could ship a pytest plugin with your project, which implements that hook.