Metadata-Version: 1.1
Name: nose-tap
Version: 1.9
Summary: Test Anything Protocol (TAP) reporting plugin for nose
Home-page: https://github.com/python-tap/nose-tap
Author: Matt Layman
Author-email: matthewlayman@gmail.com
License: BSD
Description: 
        nose-tap is a reporting plugin for nose that outputs
        `Test Anything Protocol (TAP) <http://testanything.org/>`_ data.
        TAP is a line based test protocol for recording test data in a standard way.
        
        Follow development on `GitHub <https://github.com/python-tap/nose-tap>`_.
        Developer documentation is on
        `Read the Docs <https://tappy.readthedocs.io/>`_.
        
        
        Releases
        ========
        
        Version 1.9, Released June 19, 2016
        -----------------------------------
        
        * Initial release as stand-alone plugin.
          The version number aligns with tappy.
        
Keywords: TAP,unittest,nose
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
