Add Keybinding for testing all functions in the project with pytest
This commit is contained in:
parent
85b5103cd9
commit
3788fd2c44
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ called.")
|
||||||
:localleader
|
:localleader
|
||||||
:map python-mode-map
|
:map python-mode-map
|
||||||
:prefix ("t" . "test")
|
:prefix ("t" . "test")
|
||||||
|
"a" #'python-pytest
|
||||||
"f" #'python-pytest-file-dwim
|
"f" #'python-pytest-file-dwim
|
||||||
"F" #'python-pytest-file
|
"F" #'python-pytest-file
|
||||||
"t" #'python-pytest-function-dwim
|
"t" #'python-pytest-function-dwim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue