Publish unit test report 81/61681/5
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 31 Aug 2018 18:54:42 +0000 (20:54 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 1 Sep 2018 15:33:28 +0000 (17:33 +0200)
It leverages on nosehtmloutput [1]

[1] https://github.com/openstack-infra/nose-html-output

Change-Id: I94e94c2127b4ff8e032e121dd2bd56b3c22809f8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
test-requirements.txt
tox.ini

index 34288a7..ae4cfac 100644 (file)
@@ -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 44e81ab..92a0271 100644 (file)
--- 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]