From 02786dac5cc1e6c96f6fe9e2f6c9b02e5f231c11 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Tue, 24 Jun 2025 00:10:14 +0300 Subject: [PATCH] Use pytest for testing by default --- .config/emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 11641d9..5ef9ea5 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -255,6 +255,8 @@ :hook (python-mode . load-python-env) :config (load "python-tests.el") + :custom + (elpy-test-runner 'elpy-test-pytest-runner) ) ;; Jupyter notebook integration