Skip to content

Commit

Permalink
Change order of doctests/unittests in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkraemer committed Dec 18, 2023
1 parent 9e36493 commit d2d89f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ lint:
pre-commit run --all-files

test:
python -m doctest README.md
pytest -x -v
python -m doctest README.md


clean-preview:
Expand Down

0 comments on commit d2d89f1

Please sign in to comment.