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