Skip to content

Commit

Permalink
Add the -c option to unittest discover.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrant committed Jul 7, 2014
1 parent 6dca3cf commit d299a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -49,11 +49,11 @@ install:
# ----------------------------------------------------------------------------

test_client:
${PYTHON} -m unittest discover
${PYTHON} -m unittest discover -c
.PHONY: test_client

test_client_with_coverage:
${COVERAGE} run -pm unittest discover -v
${COVERAGE} run -pm unittest discover -cv
.PHONY: test_client_with_coverage

${PARALLEL_OUT_DIR} :
Expand Down

0 comments on commit d299a02

Please sign in to comment.