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 "V" #'nosetests-pdb-module))
|
||||
|
||||
|
||||
(def-package! python-pytest
|
||||
:defer t
|
||||
:init
|
||||
(map! :after python
|
||||
:map python-mode-map
|
||||
@ -129,6 +131,7 @@ called.")
|
||||
:nv "m" #'python-pytest-repeat
|
||||
:nv "p" #'python-pytest-popup))
|
||||
|
||||
|
||||
;;
|
||||
;; Environment management
|
||||
|
||||
|
Reference in New Issue
Block a user