/nose-htmloutput

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

nose-htmloutput

Travis-CI Build Status

AppVeyor Build Status

Coverage Status

PYPI Package

PYPI Package

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

Example

image