Skip to content

Commit

Permalink
add init py file to test folder to make coverage work
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 28, 2021
1 parent fc0d58a commit bcd2379
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -9,7 +9,7 @@ install: build
python3 setup.py install

test:
python3 -m "pytest" --cov-report term --cov=pygbif
pytest --cov-report term --cov=pygbif test/

docs:
cd docs;\
Expand Down
Empty file added test/__init__.py
Empty file.

0 comments on commit bcd2379

Please sign in to comment.