From 285f1f367b02da5c856bbb3418f9d0e967278e51 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Mon, 25 Jan 2021 21:15:46 -0600 Subject: [PATCH] Changed elpy-test-runner to pytest instead of unittest --- custom.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom.el b/custom.el index 2c5e439..dfeb2ef 100644 --- a/custom.el +++ b/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