Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 915 Bytes

README.rst

File metadata and controls

26 lines (17 loc) · 915 Bytes

Nose-html-output plugin

A plugin for nosetests that will write out test results to results.html.

The code is adapted from the example html output plugin and the pyunit Html test runner.

This is an alternative nosehtmloutput (pypi name: nosehtmloutput-2) plugin that is not integrated to openstack.

How to use it

To enable the plugin in nose use the --with-html-output flag.

To specify the output file use --html-out-file or the environment variable NOSE_HTML_OUT_FILE otherwise the output will be stored in results.html.

Issues or improvement are welcome on the github repo.