mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -187,6 +187,7 @@
|
|||||||
: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