All Projects → pytest-dev → pytest-faulthandler

pytest-dev / pytest-faulthandler

Licence: MIT License
py.test plugin that activates the fault handler module during testing

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pytest-faulthandler

Best Of Python Dev
🏆 A ranked list of awesome python developer tools and libraries. Updated weekly.
Stars: ✭ 243 (+800%)
Mutual labels:  debugging, pytest
InAppDevTools
Android library with a collection of tools for debugging, inspecting and reporting from within your own app
Stars: ✭ 26 (-3.7%)
Mutual labels:  debugging
pytest-mock-server
Mock server plugin for pytest
Stars: ✭ 19 (-29.63%)
Mutual labels:  pytest
deno-debug
Debugging utility for deno. Ported from https://npmjs.com/debug
Stars: ✭ 15 (-44.44%)
Mutual labels:  debugging
pytest-watcher
Rerun pytest when your code changes
Stars: ✭ 60 (+122.22%)
Mutual labels:  pytest
lovely-pytest-docker
Pytest plugin providing the ability to use docker-compose services as fixtures.
Stars: ✭ 73 (+170.37%)
Mutual labels:  pytest
ircpdb
Remotely and collaboratively debug your Python application via an IRC channel.
Stars: ✭ 59 (+118.52%)
Mutual labels:  debugging
CrashLogger
A dll injected into process to dump stack when crashing.
Stars: ✭ 19 (-29.63%)
Mutual labels:  debugging
use-debugger-hooks
A small package of custom React hooks that are useful for debugging changes in React hook dependencies across renders
Stars: ✭ 44 (+62.96%)
Mutual labels:  debugging
pytest-notebook
A pytest plugin for regression testing and regenerating Jupyter Notebooks
Stars: ✭ 35 (+29.63%)
Mutual labels:  pytest
pytest-pytorch
pytest plugin for a better developer experience when working with the PyTorch test suite
Stars: ✭ 36 (+33.33%)
Mutual labels:  pytest
docker-pudb
Debug Python code within a Docker container remotely from your terminal using pudb
Stars: ✭ 18 (-33.33%)
Mutual labels:  debugging
jwql
The James Webb Space Telescope Quicklook Application
Stars: ✭ 42 (+55.56%)
Mutual labels:  pytest
kokkos-tools
Kokkos C++ Performance Portability Programming EcoSystem: Profiling and Debugging Tools
Stars: ✭ 52 (+92.59%)
Mutual labels:  debugging
devmod
Developer Module for debugging web applications
Stars: ✭ 16 (-40.74%)
Mutual labels:  debugging
devtools-tips
A collection of useful cross-browser DevTools tips
Stars: ✭ 81 (+200%)
Mutual labels:  debugging
python-page-object
📔 Page object design pattern implementation (python, pom, selenium, pytest, travisCI)
Stars: ✭ 41 (+51.85%)
Mutual labels:  pytest
pytest-localstack
Pytest plugin for local AWS integration tests
Stars: ✭ 66 (+144.44%)
Mutual labels:  pytest
WhatTheStack
See a pretty error screen when your Android app crashes
Stars: ✭ 240 (+788.89%)
Mutual labels:  debugging
pytest-snapshot
A plugin for snapshot testing with pytest.
Stars: ✭ 68 (+151.85%)
Mutual labels:  pytest

pytest-faulthandler

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].