🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

nose-htmloutput

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nose-htmloutput

Nose plugin that generates a nice html test report.

0.6.0
PyPI
Maintainers
1

=============================== nose-htmloutput

.. image:: http://img.shields.io/travis/ionelmc/nose-htmloutput/master.png :alt: Travis-CI Build Status :target: https://travis-ci.org/ionelmc/nose-htmloutput

.. See: http://www.appveyor.com/docs/status-badges

.. image:: https://ci.appveyor.com/api/projects/status//branch/master :alt: AppVeyor Build Status :target: https://ci.appveyor.com/project/ionelmc/nose-htmloutput

.. image:: http://img.shields.io/coveralls/ionelmc/nose-htmloutput/master.png :alt: Coverage Status :target: https://coveralls.io/r/ionelmc/nose-htmloutput

.. image:: http://img.shields.io/pypi/v/nose-htmloutput.png :alt: PYPI Package :target: https://pypi.python.org/pypi/nose-htmloutput

.. image:: http://img.shields.io/pypi/dm/nose-htmloutput.png :alt: PYPI Package :target: https://pypi.python.org/pypi/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

Example

.. image:: https://raw.githubusercontent.com/ionelmc/nose-htmloutput/master/docs/sample.png

Changelog

0.1.0 (2014-01-01)

  • First release on PyPI.

0.3.0 (?)

  • Fixed exception handling on Python 3.

0.5.0 (2014-10-04)

  • Made addError handle exceptions the same way as addFailure.

0.6.0 (2015-09-06)

  • Added Error column.
  • Changed Fail/Error columns to be colored if there is a failure/error.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts