aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-12-12 16:40:18 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-12 16:40:18 +0000
commit5ed771a9a0dbc09610ecc900c0c3e86edc08eee6 (patch)
treecd4b471dcadae0c6c700a50726e8d3e9c8f1a727 /tox.ini
parent6e08695a88cd128bcd880d6b5d6763819cff8476 (diff)
parentca73d9e37e7969e71de0c7e80269a042c984ab3a (diff)
Merge "Ensure that all energy modules are fully covered"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 62bed4f7b..9c3516f5f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -68,10 +68,12 @@ commands = nosetests {[testenv:py35]dirs}
basepython = python2.7
dirs =
functest/tests/unit/core
+ functest/tests/unit/energy
functest/tests/unit/odl
functest/tests/unit/utils/test_decorators.py
commands = nosetests --with-coverage --cover-tests \
--cover-package functest.core \
+ --cover-package functest.energy \
--cover-package functest.opnfv_tests.sdn.odl \
--cover-package functest.tests.unit \
--cover-package functest.utils.decorators \