Nose plugin for generating HTML output
Go to file
Monty Taylor 0175fc84d8 Remove distribute depend
Change-Id: I2ac72d61f80341796a84e1cd840c958e03f50ca6
2013-07-05 21:37:51 -04:00
htmloutput Bump version to 0.0.4 in prep for release. 2012-08-28 09:42:07 -07: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 Updated .gitreview location 2012-12-16 10:41:46 -08:00
CONTRIBUTING.rst Add a CONTRIBUTING file. 2012-11-30 14:41:11 -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 Actually install the htmloutput package. 2012-08-08 10:59:54 -07:00
tox.ini Add tox.ini and requirements files. 2012-08-21 11:03:56 -07:00

README

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.