fix(python): renamed python-pytest commands

These two commands were renamed upstream and pulled in in 1fa1eba:

- 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:
Martin Liu
2024-10-02 21:39:55 -07:00
committed by GitHub
parent 9d859f62e4
commit 397d149313

View File

@ -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))