Fix unit tests

This commit is contained in:
Tomas Kopecek 2019-02-11 11:22:56 +01:00 committed by Mike McLean
parent 5ca71d7add
commit 99e72ead68
5 changed files with 10 additions and 10 deletions

View file

@ -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: