mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add Keybinding for testing all functions in the project with pytest
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user