Can I use a hookwrapper to append failures? #11405
-
Hi,
However, how do I deal with tests that have already failed? I still want to execute them, but I don't want to override the test fail. So far the best I could think of is to fail the test only if it hadn't failed yet, with the following manner:
is there a better way? something that will make the error more visible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
a possible way to do this is to have a fixture for it that fails in teardown |
Beta Was this translation helpful? Give feedback.
a possible way to do this is to have a fixture for it that fails in teardown
another way is to create a failure report or extend one in the hook to make test reports