Skip to content

Commit

Permalink
Add Makefile target all
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhed committed Dec 17, 2023
1 parent b632e9d commit b9cdfc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
all: clean blackcheck test build

test:
pytest -v
python -m doctest src/mijnbib/mijnbibliotheek.py
Expand Down

0 comments on commit b9cdfc5

Please sign in to comment.