Skip to content

Commit 8a67988

Browse files
ekohlpelme
authored andcommitted
Document using --verbosity 3 which maps to -vv (#403)
1 parent 69abbf4 commit 8a67988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/faq.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ test runner like this::
8080
argv.append('--quiet')
8181
if self.verbosity == 2:
8282
argv.append('--verbose')
83+
if self.verbosity == 3:
84+
argv.append('-vv')
8385
if self.failfast:
8486
argv.append('--exitfirst')
8587
if self.keepdb:

0 commit comments

Comments
 (0)