mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-13 05:40:26 -08: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:
commit
4f7d9f7171
1 changed files with 1 additions and 0 deletions
|
|
@ -187,6 +187,7 @@
|
|||
: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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue