Skip to content

Commit 33ccfca

Browse files
author
Ryan Pilgrim
committed
back to last reasonable attempt (not working)
1 parent 259ec11 commit 33ccfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-pytest.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
135135
(?q "quiet" "--quiet")
136136
(?s "do not capture output" "--capture=no")
137137
(?t "do not cut tracebacks" "--full-trace")
138-
(?v python-pytest--cycle-verbosity "verbose")
138+
(?v "verbose" python-pytest--cycle-verbosity)
139139
(?x "exit after first failure" "--exitfirst"))
140140
:options
141141
'((?k "only names matching expression" "-k")

0 commit comments

Comments
 (0)