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.
- Host: GitHub
- URL: https://github.com/openstack/nose-html-output
- Owner: openstack
- Created: 2012-12-16T18:00:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T06:45:56.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T05:43:16.047Z (over 1 year ago)
- Language: HTML
- Homepage: https://opendev.org/openstack/nose-html-output
- Size: 39.1 KB
- Stars: 38
- Watchers: 11
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Contributing: CONTRIBUTING.rst
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.