Metadata-Version: 1.1
Name: nosehtmlreport
Version: 0.2.0
Summary: Nose plugin that generates a nice html test report with ability of using template from any folder. Based on jinja2 templates
Home-page: https://github.com/lysenkoivan/nose-html-reporting
Author: Ivan Lysenko
Author-email: lysenko_i@mail.ru
License: BSD
Description: ===============================
        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/<security-token>/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.
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
