-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: proposalproposal for a new feature, often to gather opinions or design the API around the new featureproposal for a new feature, often to gather opinions or design the API around the new feature
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: proposalproposal for a new feature, often to gather opinions or design the API around the new featureproposal for a new feature, often to gather opinions or design the API around the new feature