Metadata-Version: 2.0
Name: nose-htmloutput
Version: 0.3.0
Summary: Nose plugin that generates a nice html test report.
Home-page: https://github.com/ionelmc/nose-htmloutput
Author: Ionel Cristian Mărieș
Author-email: contact@ionelmc.ro
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Dist: Jinja2
Requires-Dist: nose

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


.. image:: http://img.shields.io/travis/ionelmc/nose-htmloutput/master.png
    :alt: Build Status
    :target: https://travis-ci.org/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.

