Ticket #3449 defect new
Opened 5 years ago
trial trims important frames from tracebacks sometimes
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
If a method in unittest.py the name of which begins with fail raises an exception, when the exception is reported with a traceback in the summary, the last frame of the traceback (the one which caused the exception to be raised, probably) is deleted and not displayed. This results in difficult to understand error reporting which doesn't actually refer to the source of the problem.
Change History
Note: See
TracTickets for help on using
tickets.
