Skip out conditionally from a death test #4704
Unanswered
tstuefe
asked this question in
Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is there a possibility to skip out of a death test? As in, if I detect within the test that a certain precondition has not been met and the death test is not possible or necessary, skip out without having an error?
As it is now, to skip I do a fake assertion in the death test with a message that matches the death test regex. Is there a simpler way?
Thank you very much,
Thomas
Beta Was this translation helpful? Give feedback.
All reactions