Skip to content

Commit 33c921a

Browse files
authored
Add --collect-only option (#65)
1 parent 66e9aaa commit 33c921a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-pytest.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
132132
" "] ;; visual alignment
133133
[("--dm" "run doctests" "--doctest-modules")
134134
("--nf" "new first" "--new-first")
135-
("--sw" "stepwise" "--stepwise")]]
135+
("--sw" "stepwise" "--stepwise")
136+
("--co" "collect only" "--collect-only")]]
136137
["Failures, errors, debugging"
137138
[("-l" "show locals" "--showlocals")
138139
("-p" "debug on error" "--pdb")

0 commit comments

Comments
 (0)