Skip to content

Commit

Permalink
Use unittest rather than pytest by default for pythontest
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Murray <[email protected]>
  • Loading branch information
alexmurray committed Oct 23, 2024
1 parent ef2991d commit c12ba37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -2569,7 +2569,8 @@ clocktable works."

(use-package pythontest
:ensure t
:custom (pythontest-test-runner "pytest"))
;; use the default unittest runner since it supports unittest.subTest() etc
:custom (pythontest-test-runner "unittest"))

(use-package quilt
:ensure t)
Expand Down

0 comments on commit c12ba37

Please sign in to comment.