Nose plugin for generating HTML output
Go to file
OpenDev Sysadmins 770a7f5d54 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:36:18 +00:00
htmloutput Python 3 support 2017-06-22 19:29:16 +09: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 OpenDev Migration Patch 2019-04-19 19:36:18 +00: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 Python 3 support 2017-06-22 19:29:16 +09:00
tox.ini Add tox.ini and requirements files. 2012-08-21 11:03:56 -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.