We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69abbf4 commit 8a67988Copy full SHA for 8a67988
docs/faq.rst
@@ -80,6 +80,8 @@ test runner like this::
80
argv.append('--quiet')
81
if self.verbosity == 2:
82
argv.append('--verbose')
83
+ if self.verbosity == 3:
84
+ argv.append('-vv')
85
if self.failfast:
86
argv.append('--exitfirst')
87
if self.keepdb:
0 commit comments