Metadata-Version: 2.1
Name: nose-tap
Version: 2.0
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
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.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Requires-Dist: nose
Requires-Dist: tap.py (<3.0)


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 2.0, Released December 26, 2019
---------------------------------------

* Drop Python 2.6 support.

Version 1.9, Released June 19, 2016
-----------------------------------

* Initial release as stand-alone plugin.
  The version number aligns with tappy.


