Nose plugin for generating HTML output
Go to file
Clark Boylan 7ed30bccbf Make width of error message relative.
Previously the width of the error message block was static and messages
would go outside the boundary of the border. Change the width to be
relative to make better use of the available space.
2012-08-08 09:07:50 -07:00
htmloutput Make width of error message relative. 2012-08-08 09:07:50 -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 Initial commit of the nose html output plugin. 2012-08-07 17:21:30 -07:00
setup.py Initial commit of the nose html output plugin. 2012-08-07 17:21:30 -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.