diff --git a/tox.ini b/tox.ini index e8f1b76782..b8d261b51c 100644 --- a/tox.ini +++ b/tox.ini @@ -147,13 +147,10 @@ setenv = PYTHONHASHSEED = 100 commands = coverage erase - coverage run {toxinidir}/tests/test_inventory.py + coverage run -a {toxinidir}/tests/test_inventory.py + coverage run -a {toxinidir}/tests/test_manage.py + coverage run -a {toxinidir}/tests/test_ip.py coverage report --show-missing --include={toxinidir}/playbooks/inventory/*,{toxinidir}/lib/* - coverage erase - coverage run {toxinidir}/tests/test_manage.py - coverage report --show-missing --include={toxinidir}/lib/* - coverage run {toxinidir}/tests/test_ip.py - coverage report --show-missing --include={toxinidir}/lib/* [testenv:linters]