Merge pull request #4144 from davidh38/config/add_testall_keybinding_pytest

Add keybinding for testing all project functions with pytest
This commit is contained in:
Henrik Lissner 2020-10-29 02:07:26 -04:00 committed by GitHub
commit 4f7d9f7171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,6 +187,7 @@
:localleader
:map python-mode-map
:prefix ("t" . "test")
"a" #'python-pytest
"f" #'python-pytest-file-dwim
"F" #'python-pytest-file
"t" #'python-pytest-function-dwim