From fb587f11febc1951f42f5643b1532823675c2acf Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Wed, 13 Sep 2017 22:58:52 +0200 Subject: Switch to code-cov --- manage.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manage.sh') diff --git a/manage.sh b/manage.sh index 319a14f2a..e3929c917 100755 --- a/manage.sh +++ b/manage.sh @@ -73,9 +73,9 @@ unit_tests() { py_test_coverage() { echo '[!] Running python test coverage' - PYTHONPATH=`pwd` python -m nose2 -C --coverage "$SEARX_DIR" -s "$BASE_DIR/tests/unit" - coverage report - coverage html + PYTHONPATH=`pwd` python -m nose2 -C --log-capture --with-coverage --coverage "$SEARX_DIR" -s "$BASE_DIR/tests/unit" \ + && coverage report \ + && coverage html } robot_tests() { -- cgit v1.2.3