kamidox / nose-htmloutput

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 72.3%Language:HTML 27.7%