Metadata-Version: 1.1
Name: catapult
Version: 0.2.0
Summary: TAP, TAP-J, and TAP-Y output for unittest suites
Home-page: https://github.com/jcelliott/catapult
Author: Joshua C Elliott
Author-email: joshuacelliott@gmail.com
License: MIT
Description: catapult
        ========
        
        Catapult provides `TAP <http://testanything.org/>`__ output for Python
        unittest test.
        
        Currently it supports the
        `TAP <http://testanything.org/tap-specification.html>`__ (12),
        `TAP-Y <https://github.com/rubyworks/tapout/wiki/TAP-Y-J-Specification>`__,
        and
        `TAP-J <https://github.com/rubyworks/tapout/wiki/TAP-Y-J-Specification>`__
        formats. See
        `catapult/tests/run.py <https://github.com/jcelliott/catapult/blob/master/catapult/tests/run.py>`__
        for an example of how to use catapult in your test runner.
        
Keywords: TAP TAP-J TAP-Y testing unittest
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Testing
