Skip to content

Commit 4217886

Browse files
author
Ryan Pilgrim
committed
add very verbose option
1 parent dd05959 commit 4217886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-pytest.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
133133
(?s "do not capture output" "--capture=no")
134134
(?t "do not cut tracebacks" "--full-trace")
135135
(?v "verbose" "--verbose")
136+
(?w "very verbose" "-vv")
136137
(?x "exit after first failure" "--exitfirst"))
137138
:options
138139
'((?k "only names matching expression" "-k")

0 commit comments

Comments
 (0)