Crashtest is a Python library designed to simplify the handling and inspection of exceptions, providing tools to manage Python errors with ease. It is currently at version 0.4.1 and has a moderate release cadence, with recent updates focused on stability and type hinting.
pip install crashtestVerified import paths — ran on the pinned version, not inferred.
Demonstrates how to use the `Inspector` class to extract detailed information from a caught exception, including its type, message, and the full stack trace with code context.
Upgrade your Python environment to 3.7 or newer, or pin `crashtest` to a version older than 0.4.0 (e.g., `<0.4.0`).
Update to `crashtest` 0.4.1 or later to benefit from the corrected type definitions and avoid potential type-related runtime errors.
Upgrade to `crashtest` 0.4.0 or later to ensure proper handling of file encodings.
Upgrade to `crashtest` 0.3.1 or later to fix issues with context-less frame line retrieval.
Update import statements from `from crashtest import Inspector` to `from crashtest.inspector import Inspector` to correctly import the class.
No dependency data recorded yet.