From: Alfredo Deza Date: Tue, 1 Mar 2016 16:20:03 +0000 (-0500) Subject: install the project before trying to run the tests X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fdc1375ce54f59db0747465594b2afc14a24e93e;p=ceph-build.git install the project before trying to run the tests Signed-off-by: Alfredo Deza --- diff --git a/ceph-installer-coverage/build/build b/ceph-installer-coverage/build/build index 64cdb288..cd26421a 100644 --- a/ceph-installer-coverage/build/build +++ b/ceph-installer-coverage/build/build @@ -7,4 +7,5 @@ install_python_packages "pkgs[@]" # run py.test, output both junit from unit tests and coverage report (should # spit out a coverage.xml file) +$VENV/python setup.py develop $VENV/py.test -v --junitxml junit.xml --cov-report xml --cov ceph_installer