pytest-instafail 0.5.0


pip install pytest-instafail

  Latest version

Released: Mar 31, 2023

Project Links

Meta
Author: Janne Vanhala
Requires Python: >=3.7

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers

License
  • OSI Approved :: BSD License

Operating System
  • POSIX
  • Microsoft :: Windows
  • MacOS :: MacOS X

Topic
  • Software Development :: Testing
  • Software Development :: Libraries
  • Utilities

Programming Language
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: Implementation :: PyPy

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

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
pytest (>=5)