Metadata-Version: 1.1
Name: pytest-poo-fail
Version: 1.1
Summary: Visualize your failed tests with poo
Home-page: http://github.com/alyssa.barela/pytest-poo-fail
Author: Alyssa Barela
Author-email: alyssa.barela17@gmail.com
License: UNKNOWN
Description: pytest-poo is a plugin for `pytest <http://pytest.org/>`_ that points out your
        crappy tests with piles of poo.
        
        Requirements
        ============
        A recent version of pytest is required (>= 2.3.4).
        
        
        
        Showing crappy (failed)  tests during test run
        ------------------------------------
        
        Just run py.test with the ``--poo`` option to enable the output. To always
        enable, add ``--poo`` to addopts in pytest.ini::
        
            [pytest]
            addopts = --poo
        
        
        
Platform: UNKNOWN
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
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
