{"library":"pytest-faulthandler","title":"pytest-faulthandler","description":"pytest plugin that activates the faulthandler module during tests, enabling tracebacks for segfaults and crashes. Version 2.0.1 is a dummy package that no longer does anything because faulthandler is built into Python 3.3+. The plugin is effectively obsolete.","language":"python","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["pip install pytest-faulthandler"],"cli":null},"imports":["do not import; plugin auto-activates when installed"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# No special setup is needed; just install the package and run pytest.\n# The fault handler will be activated automatically for Python < 3.3.\n# For Python >= 3.3, faulthandler is built-in, so this plugin is a no-op.\n\n# Example: run pytest normally\n# pytest test_example.py\n","lang":"python","description":"Install and run pytest. The plugin automatically activates the fault handler.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}