Nose plugin for generating HTML output
Go to file
Clark Boylan 7872e280a9 Fix versioning depending on nose.
Previously versioning depended on nose which broke setup.py if nose
was not already installed. Break version into its own module so that
it is not dependent on nose.
2012-08-08 10:37:26 -07:00
htmloutput Fix versioning depending on nose. 2012-08-08 10:37:26 -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 Fix versioning depending on nose. 2012-08-08 10:37:26 -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.