multiple fixes for Traceback:
* added __eq__ methods to Traceback classes * extended Traceback to fetch current stack frame if no exception is in progress and no stack frame is given * added a feature to load a Traceback from a stream
Showing
- CHANGELOG.md 2 additions, 0 deletionsCHANGELOG.md
- docs/instrumentation/traceback.rst 1 addition, 1 deletiondocs/instrumentation/traceback.rst
- satella/__init__.py 1 addition, 1 deletionsatella/__init__.py
- satella/instrumentation/trace_back/classes.py 8 additions, 0 deletionssatella/instrumentation/trace_back/classes.py
- satella/instrumentation/trace_back/trace_back.py 16 additions, 0 deletionssatella/instrumentation/trace_back/trace_back.py
- tests/test_instrumentation/test_trace_back.py 10 additions, 1 deletiontests/test_instrumentation/test_trace_back.py
Please register or sign in to comment