From e3794355ce80b14f02c97efbb5c2825bc3342e23 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 31 Aug 2018 20:54:42 +0200 Subject: Publish unit test report MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It leverages on nosehtmloutput [1] [1] https://github.com/openstack-infra/nose-html-output Change-Id: I94e94c2127b4ff8e032e121dd2bd56b3c22809f8 Signed-off-by: Cédric Ollivier --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') 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] -- cgit 1.2.3-korg