Nose plugin for generating HTML output
Go to file
Manpreet Kaur 081dda9473 docs: Update Freenode to OFTC
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
2021-07-19 12:37:20 +05:30
htmloutput Bump version to 0.0.7 2019-11-01 16:44:18 +02: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 docs: Update Freenode to OFTC 2021-07-19 12:37:20 +05:30
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

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.