Nose plugin for generating HTML output
Go to file
Andreas Jaeger 102b6d32c1 Use git.openstack.org everywhere
Our official git master is at git.openstack.org, update places
that use github instead.

Change-Id: Ib18163432d6da6521f19b5e3820ffc67501c900d
2015-12-29 21:34:06 +01:00
htmloutput Remove nose from setup_requires 2013-08-08 13:20:10 -03:00
tools Remove distribute depend 2013-07-05 21:37:51 -04:00
.gitignore Add tox.ini and requirements files. 2012-08-21 11:03:56 -07:00
.gitreview Updated .gitreview location 2012-12-16 10:41:46 -08:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 11:59:37 -08: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 Use git.openstack.org everywhere 2015-12-29 21:34:06 +01: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.