Tox coverage reporting shoulg be zaza.openstack only

This commit is contained in:
Chris MacNaughton
2020-04-10 11:02:22 +02:00
parent e2d6a5c081
commit 4d38a158f0
+1 -1
View File
@@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
install_command =
pip install {opts} {packages}
commands = nosetests --with-coverage --cover-package=zaza {posargs} {toxinidir}/unit_tests
commands = nosetests --with-coverage --cover-package=zaza.openstack {posargs} {toxinidir}/unit_tests
[testenv:py3]
basepython = python3