pytest plugin to show failures instantly
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
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
Mar 31, 2023
0.5.0
Jun 14, 2020
0.4.2
Nov 10, 2019
0.4.1.post0
Feb 15, 2019
0.4.1
May 19, 2018
0.4.0
Aug 30, 2014
0.3.0
Mar 06, 2014
0.2.0
Nov 09, 2013
0.1.1
Apr 07, 2013
0.1.0
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
(>=5)
pytest