Nose plugin for generating HTML output
Go to file
Thiago da Silva 25b1e1fad4 Bump version to 0.0.7
Note that there was a jump from 0.0.5 to 0.0.7. This is due
to an error during last release that mistakenly tagged commit
71d12999b0 as 0.0.5 when it
should have bumped to 0.0.6.

Change-Id: Icfa6f0d0e3fb08ba17ddf9ec32a9309f8f78fc9c
2019-11-01 16:44:18 +02:00
htmloutput Bump version to 0.0.7 2019-11-01 16:44:18 +02:00
tools Remove distribute depend 2013-07-05 21:37:51 -04:00
.gitignore Add tox.ini and requirements files. 2012-08-21 11:03:56 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:36:18 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 11:59:37 -08:00
README Initial commit of the nose html output plugin. 2012-08-07 17:21:30 -07:00
results.html Properly group tests in output. 2012-08-08 09:19:47 -07:00
setup.py Python 3 support 2017-06-22 19:29:16 +09:00
tox.ini Add tox.ini and requirements files. 2012-08-21 11:03:56 -07:00

A plugin for nosetests that will write out test results to results.html. The
code is adapted from the example html output plugin at
https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.py
and the pyunit Html test runner at
http://tungwaiyip.info/software/HTMLTestRunner.html.