Add python-pytest Emacs package

This commit is contained in:
Evie Litherland-Smith 2024-12-03 10:48:36 +00:00
parent ef8d60af7a
commit 34d935ee7c
2 changed files with 4 additions and 0 deletions

View file

@ -65,6 +65,7 @@
nix-mode
lua-mode
python-docstring
python-pytest
auctex
markdown-mode
pandoc-mode

View file

@ -1286,6 +1286,9 @@
(use-package python-docstring
:hook python-base-mode)
(use-package python-pytest
:defer t)
(use-package files
:custom
(view-read-only t)