diff --git a/python-pytest.el b/python-pytest.el index 1be2289..735efb6 100644 --- a/python-pytest.el +++ b/python-pytest.el @@ -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")