aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test-requirements.txt1
-rw-r--r--tox.ini1
2 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 34288a752..ae4cfac37 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,3 +11,4 @@ sphinx-rtd-theme
yamllint
doc8>=0.6.0 # Apache-2.0
bashate>=0.5.1 # Apache-2.0
+nosehtmloutput # Apache-2.0
diff --git a/tox.ini b/tox.ini
index 44e81abcc..92a027104 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,6 +15,7 @@ commands = nosetests --with-xunit \
--cover-package=functest \
--cover-xml \
--cover-html \
+ --with-html-output \
functest/tests/unit
[testenv:docs]