Integrate pytest-instafail functionality into the core #8720
Labels
topic: reporting
related to terminal output and user-facing messages and errors
type: proposal
proposal for a new feature, often to gather opinions or design the API around the new feature
What's the problem this feature will solve?
When you have hours of tests to run (for example thousands of integration tests) you can be able to see the logs during execution and start fixing errors.
Actually, I found a 2015 question on StackOverflow about that but no solution there worked. I tried using flags
-v
,-rA
,-v --tb=no
and also--tb=line
.Describe the solution you'd like
Have a flag to show failed test's errors while executing the tests (instead of standard after all tests were executed).
Alternative Solutions
Some of the existing flags such as
-v
,-rA
,-v --tb=no
and also--tb=line
have this behavior.The text was updated successfully, but these errors were encountered: