From 14d8e0d1db10922c42dc40b683460f91af55eb9d Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Wed, 19 Jan 2022 22:29:12 -0500 Subject: add python test runner to emacs --- .spacemacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.spacemacs b/.spacemacs index 1e01700..f5793af 100644 --- a/.spacemacs +++ b/.spacemacs @@ -56,6 +56,7 @@ This function should only modify configuration layer settings." (python :variables python-backend 'lsp python-lsp-server 'pyright + python-test-runner '(pytest nose) python-format-on-save t python-formatter 'black) ;;racket -- cgit 1.4.1