RETIRED, further work has moved to Debian project infrastructure
7ed30bccbf
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. |
||
---|---|---|
htmloutput | ||
.gitignore | ||
README | ||
results.html | ||
setup.py |
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.