Merge pull request #3716 from benbovy/fix-pytest-popup
Fix python-pytest-popup
This commit is contained in:
commit
ff6699e79a
1 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@
|
||||||
|
|
||||||
|
|
||||||
(use-package! python-pytest
|
(use-package! python-pytest
|
||||||
:defer t
|
:commands python-pytest-dispatch
|
||||||
:init
|
:init
|
||||||
(map! :after python
|
(map! :after python
|
||||||
:localleader
|
:localleader
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
"t" #'python-pytest-function-dwim
|
"t" #'python-pytest-function-dwim
|
||||||
"T" #'python-pytest-function
|
"T" #'python-pytest-function
|
||||||
"r" #'python-pytest-repeat
|
"r" #'python-pytest-repeat
|
||||||
"p" #'python-pytest-popup))
|
"p" #'python-pytest-dispatch))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue