pytest-instafail

Build Status

pytest-instafail is a plugin for py.test 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:

Installation

To install pytest-instafail:

$ pip install pytest-instafail

Then run your tests with:

$ py.test --instafail

Resources