Output verbosity for test cases #11639
Labels
topic: config
related to config handling, argument parsing and config file
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
This is a follow on to fine-grained output verbosity for assertions (#11387/#11473). The next "category" that seems to stand out based on the current behavior is how
pytest
displays test cases are it executes them. By this I mean the distinction between:--quiet
vs
default
vs
--verbose
Additionally, I think this would also extend to the output of
--collect-only
(doesn't show all of the states):--quiet --quiet
vs
default
There doesn't seem to be an existing name for this, so I plan to start the work using
test_case
. If someone comes up with a better name, I'd be happy to use that. I don't think there would be anything else that would fit into this "category". But feel free to bring things to my attention if I missed something.The text was updated successfully, but these errors were encountered: