Splitting up verbosity into multiple categories #12770
|
A bit of a bugbear when using pytest is that there are multiple verbosities which are unnecessarily correlated (unless I missed a way to disentangle them). For instance the "full diff" view on failure is super convenient, but because it also triggers the verbose run log (one line per test case) it's a bit awkward when test suites are large. This also makes it difficult to add new verbosity levels for subsystems e.g. for very large or slow test suites the dots are not that helpful but an even denser counter with some sort of timer (for the current test) could be very convenient. |
Answered by
The-Compiler
Sep 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate of #11387