Nose plugin that generates a nice html test report.
- Free software: BSD license
pip install nose-htmloutput
--with-html Enable plugin HtmlOutput: Output test results as pretty html. [NOSE_WITH_HTML] --html-file=FILE Path to html file to store the report in. Default is nosetests.html in the working directory
To run the all tests run:
tox