Skip to content

Commit b073488

Browse files
committed
yolo
1 parent 40bb142 commit b073488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python-pytest.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
130130
("-s" "no output capture" "--capture=no")]
131131
[("--ft" "full tracebacks" "--full-trace")
132132
(python-pytest:--tb)]]
133-
["Test selection and ordering"
134-
[("-d" "run doctests" "--doctest-modules")
133+
["Test selection"
134+
[("--dm" "run doctests" "--doctest-modules")
135135
("-k" "only names matching expression" "-k=")
136136
("-m" "only marks matching expression" "-m=")]
137137
[("--ff" "failed first" "--failed-first")
@@ -143,7 +143,7 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
143143
("--mf" "exit after N failures or errors" "--maxfail=")]
144144
["Debugger"
145145
("-p" "debug on error" "--pdb")
146-
("-T" "debug on each test" "--trace")]
146+
("--tr" "debug on each test" "--trace")]
147147
[["Run tests"
148148
("t" "Test" python-pytest)
149149
("r" "Repeat" python-pytest-repeat)

0 commit comments

Comments
 (0)