Fix unit tests
This commit is contained in:
parent
5ca71d7add
commit
99e72ead68
5 changed files with 10 additions and 10 deletions
7
Makefile
7
Makefile
|
|
@ -80,10 +80,9 @@ test3:
|
|||
coverage3 erase
|
||||
PYTHONPATH=hub/.:plugins/hub/.:plugins/builder/.:plugins/cli/.:cli/. coverage3 run \
|
||||
--rcfile .coveragerc3 --source . \
|
||||
/usr/bin/nosetests-3 \
|
||||
tests/test_lib tests/test_cli tests/test_hub
|
||||
coverage report --rcfile .coveragerc3
|
||||
coverage html --rcfile .coveragerc3
|
||||
/usr/bin/nosetests-3
|
||||
coverage3 report --rcfile .coveragerc3
|
||||
coverage3 html --rcfile .coveragerc3
|
||||
@echo Full coverage report at file://${PWD}/htmlcov/index.html
|
||||
|
||||
test-tarball:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue