Skip to content

Commit

Permalink
Fix doctest issue with __main__
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhed committed Dec 11, 2023
1 parent eaca0a4 commit 44104a9
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
@@ -1,6 +1,6 @@
test:
pytest -v
python -m doctest src/mijnbib/*.py
python -m doctest src/mijnbib/mijnbibliotheek.py

black:
isort --skip-glob="**/venv*" \
Expand Down

0 comments on commit 44104a9

Please sign in to comment.