RETIRED, further work has moved to Debian project infrastructure
Go to file
Clark Boylan 23de5f2415 Properly group tests in output.
The nose.case.Test class wraps all tests and in doing so caused the
output to think all tests belonged to that class. Needed to access the
nose.case.Test.test member in order to get the actual test class.
2012-08-08 09:19:47 -07:00
htmloutput Properly group tests in output. 2012-08-08 09:19:47 -07:00
.gitignore Initial commit of the nose html output plugin. 2012-08-07 17:21:30 -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 Initial commit of the nose html output plugin. 2012-08-07 17:21:30 -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.