Nose plugin for generating HTML output
Go to file
Clark Boylan c7bd84dd31 Bump version number in prep for next release.
Bump version from 0.0.1 to 0.0.2 in prep for the next release. Next
release will contain fix for tests wrapped with a Nose *Suite.

Change-Id: I596bd941d83b0e5a481d613a720a6d4714025d79
2012-08-22 10:21:27 -07:00
htmloutput Bump version number in prep for next release. 2012-08-22 10:21:27 -07:00
tools Add tox.ini and requirements files. 2012-08-21 11:03:56 -07:00
.gitignore Add tox.ini and requirements files. 2012-08-21 11:03:56 -07:00
.gitreview Add .gitreview. 2012-08-21 09:52:44 -07: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.