Skip to content

Commit

Permalink
yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
wbolster committed Aug 4, 2020
1 parent 40bb142 commit b073488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-pytest.el
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
("-s" "no output capture" "--capture=no")]
[("--ft" "full tracebacks" "--full-trace")
(python-pytest:--tb)]]
["Test selection and ordering"
[("-d" "run doctests" "--doctest-modules")
["Test selection"
[("--dm" "run doctests" "--doctest-modules")
("-k" "only names matching expression" "-k=")
("-m" "only marks matching expression" "-m=")]
[("--ff" "failed first" "--failed-first")
Expand All @@ -143,7 +143,7 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
("--mf" "exit after N failures or errors" "--maxfail=")]
["Debugger"
("-p" "debug on error" "--pdb")
("-T" "debug on each test" "--trace")]
("--tr" "debug on each test" "--trace")]
[["Run tests"
("t" "Test" python-pytest)
("r" "Repeat" python-pytest-repeat)
Expand Down

0 comments on commit b073488

Please sign in to comment.