An open API service indexing awesome lists of open source software.

https://github.com/openstack/nose-html-output

Nose plugin for generating HTML output. Mirror of code maintained at opendev.org.
https://github.com/openstack/nose-html-output

Last synced: over 1 year ago
JSON representation

Nose plugin for generating HTML output. Mirror of code maintained at opendev.org.

Awesome Lists containing this project

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.