Skip to content

Commit

Permalink
Add --collect-only option (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
gamboz committed Oct 21, 2022
1 parent 66e9aaa commit 33c921a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-pytest.el
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
" "] ;; visual alignment
[("--dm" "run doctests" "--doctest-modules")
("--nf" "new first" "--new-first")
("--sw" "stepwise" "--stepwise")]]
("--sw" "stepwise" "--stepwise")
("--co" "collect only" "--collect-only")]]
["Failures, errors, debugging"
[("-l" "show locals" "--showlocals")
("-p" "debug on error" "--pdb")
Expand Down

0 comments on commit 33c921a

Please sign in to comment.