py.test plugin that activates the fault handler module for tests (dummy package)
Project Links
Meta
Author: Bruno Oliveira
Classifiers
Development Status
- 6 - Mature
Framework
- Pytest
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Operating System
- OS Independent
Topic
- Software Development :: Testing
Plugin for pytest that automatically enables the faulthandler module during tests.
Inspired by the nose faulthandler plugin.
This plugin is now part of pytest core since pytest 5.0, so users should not install this plugin together with that pytest version.
Version 2.0.0 of this package is a dummy package for pytest 5.0 compatibility.
Usage
The plugin is always active by default, but you can disable it by passing --no-faulthandler to py.test.
Options:
--faulthandler-timeout=TIMEOUT: Dump the traceback of all threads if a test takes more than TIMEOUT seconds to finish.
Requirements
Python 2.7+, Python 3.4+
pytest
faulthandler (Python 2.7)
Install
Install using pip:
$ pip install pytest-faulthandler
Change Log
Please consult the CHANGELOG.
Jul 04, 2019
2.0.1
Jul 04, 2019
2.0.0
May 31, 2019
1.6.0
Mar 26, 2018
1.5.0
Feb 09, 2018
1.4.1
Nov 16, 2016
1.3.1
Dec 16, 2015
1.3.0
Dec 11, 2015
1.2.0
Nov 12, 2015
1.1.0
Sep 30, 2015
1.0.1
Sep 18, 2015
1.0
Mar 31, 2015
0.2.1
Mar 30, 2015
0.2
Mar 02, 2015
0.1
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
(>=5.0)
pytest