Merge pull request #1434 from uelei/pytest-one

add option to run only one function
This commit is contained in:
Henrik Lissner 2019-05-28 16:59:59 -04:00 committed by GitHub
commit 231b925170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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