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.
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.