mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(python): renamed python-pytest commands
These two commands were renamed upstream and pulled in in1fa1eba
: - python-pytest-function-dwim -> python-pytest-run-def-or-class-at-point - python-pytest-function-dwim -> python-pytest-run-def-or-class-at-point-dwim Amend:1fa1eba5ac
Ref: wbolster/emacs-python-pytest#75
This commit is contained in:
@ -196,8 +196,8 @@
|
||||
"a" #'python-pytest
|
||||
"f" #'python-pytest-file-dwim
|
||||
"F" #'python-pytest-file
|
||||
"t" #'python-pytest-function-dwim
|
||||
"T" #'python-pytest-function
|
||||
"t" #'python-pytest-run-def-or-class-at-point-dwim
|
||||
"T" #'python-pytest-run-def-or-class-at-point
|
||||
"r" #'python-pytest-repeat
|
||||
"p" #'python-pytest-dispatch))
|
||||
|
||||
|
Reference in New Issue
Block a user