Skip to content

Commit

Permalink
Cover stream_app with test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkShoft committed Jul 21, 2020
1 parent e31c849 commit 184c89c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ tidyup:
find . -name "*~" -type f -delete

test:
pytest api/tests/
pytest api/tests stream_app/tests --cov=api --cov stream_app

testpudb:
pytest api/tests/ --pudb

testreport:
pytest --cov-report html:docs/api_coverage --cov=api api/tests/
pytest --cov-report html:docs/api_coverage --cov=api --cov stream_app api/tests stream_app/tests

coveralls:
coverage run --source api -m pytest api/tests/
coverage run --source api,stream_app -m pytest api/tests
coveralls

erdiagram:
Expand Down

0 comments on commit 184c89c

Please sign in to comment.