mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-02 23:33:30 -08: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:1fa1eba5acRef: wbolster/emacs-python-pytest#75
This commit is contained in:
parent
9d859f62e4
commit
397d149313
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue