commit
1a7797f0fa
2 changed files with 11 additions and 0 deletions
|
@ -110,6 +110,16 @@
|
|||
:n "O" #'nosetests-pdb-one
|
||||
:n "V" #'nosetests-pdb-module))
|
||||
|
||||
(def-package! python-pytest
|
||||
:init
|
||||
(map! :after python
|
||||
:map python-mode-map
|
||||
:localleader
|
||||
:prefix "t"
|
||||
:nv "f" #'python-pytest-file
|
||||
:nv "k" #'python-pytest-file-dwim
|
||||
:nv "m" #'python-pytest-repeat
|
||||
:nv "p" #'python-pytest-popup))
|
||||
|
||||
;;
|
||||
;; Environment management
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
;; requires: python setuptools
|
||||
|
||||
(package! nose)
|
||||
(package! python-pytest)
|
||||
(package! pip-requirements)
|
||||
|
||||
;; Environmet management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue