Metadata-Version: 2.0
Name: pytest-poo-fail
Version: 1.0
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
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
Requires-Dist: pytest (>=2.3.4)

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




