summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenjamin Morrison <ben@gbmor.org>2022-01-19 22:29:12 -0500
committerBenjamin Morrison <ben@gbmor.org>2022-01-19 22:29:12 -0500
commit14d8e0d1db10922c42dc40b683460f91af55eb9d (patch)
tree4870dc521086db94118d1270cc80c09be411cefe
parent09aa045a77f6b363104abb9914bf293a8713519e (diff)
downloaddogfiles-14d8e0d1db10922c42dc40b683460f91af55eb9d.tar.gz
add python test runner to emacs
-rw-r--r--.spacemacs1
1 files changed, 1 insertions, 0 deletions
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