mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
add option to run one function only
This commit is contained in:
@ -126,7 +126,9 @@ called.")
|
|||||||
:prefix "t"
|
:prefix "t"
|
||||||
"f" #'python-pytest-file
|
"f" #'python-pytest-file
|
||||||
"k" #'python-pytest-file-dwim
|
"k" #'python-pytest-file-dwim
|
||||||
"m" #'python-pytest-repeat
|
"t" #'python-pytest-function
|
||||||
|
"m" #'python-pytest-function-dwim
|
||||||
|
"r" #'python-pytest-repeat
|
||||||
"p" #'python-pytest-popup))
|
"p" #'python-pytest-popup))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user