Metadata-Version: 2.1
Name: pytest-instafail
Version: 0.4.1.post0
Summary: py.test plugin to show failures instantly
Home-page: https://github.com/pytest-dev/pytest-instafail
Author: Janne Vanhala
Author-email: janne.vanhala@gmail.com
License: BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: pytest (>=2.9)

pytest-instafail
================

|build status|_

.. |build status| image:: https://secure.travis-ci.org/pytest-dev/pytest-instafail.png?branch=master
   :alt: Build Status
.. _build status: http://travis-ci.org/pytest-dev/pytest-instafail

pytest-instafail is a plugin for `py.test <http://pytest.org>`_ that shows
failures and errors instantly instead of waiting until the end of test session.

Requirements
------------

You will need the following prerequisites in order to use pytest-instafail:

- Python 2.7, 3.4, 3.5, 3.6, 3.7 or PyPy
- pytest 2.9 or newer

Installation
------------

To install pytest-instafail::

    $ pip install pytest-instafail

Then run your tests with::

    $ py.test --instafail

Resources
---------

- `Issue Tracker <http://github.com/pytest-dev/pytest-instafail/issues>`_
- `Code <http://github.com/pytest-dev/pytest-instafail/>`_
- `Development Version
  <http://github.com/pytest-dev/pytest-instafail/zipball/master#egg=pytest-instafail-dev>`_


