Skip to content

Commit d64f983

Browse files
committed
rename python-pytest-dispatch:--tb helper to python-pytest:--tb
...which seems more in spirit with magit/transient convention.
1 parent d71b566 commit d64f983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-pytest.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
137137
["Options"
138138
("=k" "only names matching expression" "-k=")
139139
("=m" "only marks matching expression" "-m=")
140-
(python-pytest-dispatch:--tb)
140+
(python-pytest:--tb)
141141
("=x" "exit after N failures or errors" "--maxfail=")]
142142
[["Run tests"
143143
("t" "Test all" python-pytest)
@@ -426,7 +426,7 @@ When present ON-REPLACEMENT is substituted, else OFF-REPLACEMENT is appended."
426426
(format "%s %s" option it)))
427427
args))
428428

429-
(transient-define-argument python-pytest-dispatch:--tb ()
429+
(transient-define-argument python-pytest:--tb ()
430430
:description "traceback style"
431431
:class 'transient-option
432432
:key "=t"

0 commit comments

Comments
 (0)