Metadata-Version: 1.1
Name: catapult
Version: 0.2.1
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.
        
        Nose plugin
        -----------
        
        Catapult also provides a plugin for
        `nose <https://nose.readthedocs.org/en/latest/>`__. After installing,
        use it like this:
        
        ::
        
            nosetests --with-catapult
        
        Installing
        ----------
        
        Install from PyPI with pip:
        
        ::
        
            pip install catapult
        
        
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
