Use pytest for testing by default

This commit is contained in:
Ohad Livne 2025-06-24 00:10:14 +03:00
parent 4405481c0c
commit 02786dac5c
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -255,6 +255,8 @@
:hook (python-mode . load-python-env) :hook (python-mode . load-python-env)
:config :config
(load "python-tests.el") (load "python-tests.el")
:custom
(elpy-test-runner 'elpy-test-pytest-runner)
) )
;; Jupyter notebook integration ;; Jupyter notebook integration