Skip to content

Commit

Permalink
python 3.8 now expects --doctest-moduleS flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Aluriak committed Feb 14, 2020
1 parent e93f6cd commit d4830ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
t: tests
tests: install
python -m pytest -vv clyngor --doctest-module -rs --failed-first
python -m pytest -vv clyngor --doctest-modules -rs --failed-first
qt: quick-tests
tq: quick-tests
tf: failed-tests
failed-tests:
python -m pytest -vv clyngor --doctest-module -rs --failed-first --last-failed --exitfirst
python -m pytest -vv clyngor --doctest-modules -rs --failed-first --last-failed --exitfirst
quick-tests:
python -m pytest -vv clyngor --doctest-module --quick -rs --failed-first
python -m pytest -vv clyngor --doctest-modules --quick -rs --failed-first

run:
python -m clyngor
Expand Down

0 comments on commit d4830ad

Please sign in to comment.