Skip to content

pytest-dev/pytest-instafail

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

pytest-instafail

Build Status

pytest-instafail is a plugin for pytest 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 3.7+ or PyPy3
  • pytest 5 or newer

Installation

To install pytest-instafail:

$ pip install pytest-instafail

Then run your tests with:

$ pytest --instafail

Resources