Nose plugin for generating HTML output
081dda9473
The OpenDev IRC services has switch from Freenode to OFTC network [1]. This patch updates document with OFTC network details. [1] http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022718.html Change-Id: I1282a986c423125a68f10dfdb75092e881e0e27e |
||
---|---|---|
htmloutput | ||
tools | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
README | ||
results.html | ||
setup.py | ||
tox.ini |
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.