add option to run one function only

This commit is contained in:
uelei 2019-05-25 21:01:31 -03:00
parent febeed2526
commit 936545877a

View file

@ -126,7 +126,9 @@ called.")
:prefix "t"
"f" #'python-pytest-file
"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))