set elpy test runner to pytest

This commit is contained in:
Andreas Zweili 2022-03-27 16:15:12 +02:00
parent 425b753a5d
commit cebd3d6fb9

View File

@ -1050,6 +1050,7 @@ provides all the things you would wish from an IDE.
:ensure t
:config
(setq elpy-rpc-python-command "python3")
(setq elpy-test-runner 'elpy-test-pytest-runner)
(setq eldoc-idle-delay 1)
(add-hook 'python-mode-hook (lambda () (highlight-indentation-mode -1)))
(elpy-enable))