The Python unittest framework has a concept of verbosity that I can\'t seem to find defined anywhere. For instance, I\'m running test cases like this (like in the documentation)
You only have 3 different levels:
You can use command line args rather than the verbosity argument: --quiet
and --verbose
which would do something similar to passing 0 or 2 to the runner.