Skip to content
Snippets Groups Projects
Commit 7ff49da7 authored by Chris Pastl's avatar Chris Pastl
Browse files

test: add make targets for test and coverage

parent 0c001aa4
No related branches found
No related tags found
1 merge request!35make test and coverage
......@@ -63,3 +63,9 @@ run.prod: migrate collectstatic
run.debug: migrate
DEBUG=1 $(POETRY_RUN_MANAGE) runserver_plus 0.0.0.0:8000
test:
poetry run pytest
coverage:
poetry run pytest --cov=program
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment