Skip to content

Commit c5747a6

Browse files
author
Ryan Pilgrim
committed
move function to appropriate place in list
1 parent 5013c7c commit c5747a6

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 "verbose" "--verbose" python-pytest--cycle-verbosity)
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)