Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ man:
done

test:
$(PYTHON) -m pytest tests/
$(PYTHON) -m pytest --cov=revup --cov-report=term-missing tests/

.PHONY: all deps man install package format check_format check_types pylint lint clean
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ dev =
build
twine
pytest
pytest-cov
pytest-mock

[options.packages.find]
Expand Down
Loading