Add Keybinding for testing all functions in the project with pytest

This commit is contained in:
lifeainteasy@web.de 2020-10-24 01:29:44 +02:00
parent 85b5103cd9
commit 3788fd2c44

View file

@ -189,6 +189,7 @@ called.")
: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