Browse Source

Changed elpy-test-runner to pytest instead of unittest

master
Raphael Roberts 5 years ago
parent
commit
285f1f367b
  1. 4
      custom.el

4
custom.el

@ -25,6 +25,10 @@
'(elpy-eldoc-show-current-function
nil)
'(elpy-rpc-timeout 4)
'(elpy-test-pytest-runner-command
'("pytest"))
'(elpy-test-runner
'elpy-test-pytest-runner)
'(explicit-shell-file-name
"/bin/bash")
'(find-file-suppress-same-file-warnings

Loading…
Cancel
Save