How to find which tests are failing? #10036
-
I'm running all the tests after making my changes and certain tests are failing. The problem is I get information in this format: How can I see what particular test is failing? I'm getting the result in the same format even if I run the file individually using pytest. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is no failure, only a expected one and a skip With |
Beta Was this translation helpful? Give feedback.
There is no failure, only a expected one and a skip
With
pytest -rxs
you should see the details