mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python: lazyload python-pytest #1026
This commit is contained in:
@ -118,7 +118,9 @@ called.")
|
|||||||
:n "O" #'nosetests-pdb-one
|
:n "O" #'nosetests-pdb-one
|
||||||
:n "V" #'nosetests-pdb-module))
|
:n "V" #'nosetests-pdb-module))
|
||||||
|
|
||||||
|
|
||||||
(def-package! python-pytest
|
(def-package! python-pytest
|
||||||
|
:defer t
|
||||||
:init
|
:init
|
||||||
(map! :after python
|
(map! :after python
|
||||||
:map python-mode-map
|
:map python-mode-map
|
||||||
@ -129,6 +131,7 @@ called.")
|
|||||||
:nv "m" #'python-pytest-repeat
|
:nv "m" #'python-pytest-repeat
|
||||||
:nv "p" #'python-pytest-popup))
|
:nv "p" #'python-pytest-popup))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Environment management
|
;; Environment management
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user