diff options
| author | Benjamin Morrison <ben@gbmor.org> | 2022-01-19 22:29:12 -0500 |
|---|---|---|
| committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-19 22:29:12 -0500 |
| commit | 14d8e0d1db10922c42dc40b683460f91af55eb9d (patch) | |
| tree | 4870dc521086db94118d1270cc80c09be411cefe /.spacemacs | |
| parent | 09aa045a77f6b363104abb9914bf293a8713519e (diff) | |
| download | dogfiles-14d8e0d1db10922c42dc40b683460f91af55eb9d.tar.gz | |
add python test runner to emacs
Diffstat (limited to '.spacemacs')
| -rw-r--r-- | .spacemacs | 1 |
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 |