nose-htmloutput
Nose plugin that generates a nice html test report.
- Free software: BSD license
Installation
pip install nose-htmloutput
Usage
--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
Development
To run the all tests run:
tox