Metadata-Version: 1.1
Name: nosehtmloutput-2
Version: 1.0
Summary: Nose plugin to produce test results in html.
Home-page: https://github.com/cyraxjoe/nose-html-output
Author: Joel Rivera
Author-email: rivera@joel.mx
License: Apache License, Version 2.0
Download-URL: https://github.com/cyraxjoe/nose-html-output/archive/1.0.zip
Description: Nose-html-output plugin
        =======================
        
        A plugin for nosetests that will write out test results to results.html.
        
        The code is adapted from the `example html output plugin`_ and the
        `pyunit Html test runner`_.
        
        This is an alternative ``nosehtmloutput`` (pypi name: ``nosehtmloutput-2``)
        plugin that is not integrated to openstack.
        
        How to use it
        -------------
        
        To enable the plugin in nose use the ``--with-html-output`` flag.
        
        To specify the output file use ``--html-out-file`` or the environment
        variable ``NOSE_HTML_OUT_FILE`` otherwise the output will be stored in
        ``results.html``.
        
        Issues or improvement are welcome on the `github repo`_.
        
        
        .. _`example html output plugin`: https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.py
        .. _`pyunit Html test runner`: http://tungwaiyip.info/software/HTMLTestRunner.html
        .. _`github repo`: https://github.com/cyraxjoe/nose-html-output
        
        
        CHANGELOG
        =========
        
        1.0
        ---
        
        * Initial release based on 0.0.5
          https://github.com/openstack-infra/nose-html-output
        * Add support for Python 3
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Testing
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
