Wed Mar 8 21:05:41 2006
Ticket #6 (Closed: invalid)
patch AssertionError only
| Priority: | high | Reporter: | jpellerin |
|---|---|---|---|
| Severity: | normal | Assigned to: | jpellerin |
| Component: | nose | Status: | closed |
| Version: | 0.9a1 | Resolution: | invalid |
| Milestone: | 0.9a1 | Keywords: |
Description by jpellerin:
Install the patch that introspects assets as AssertionError? only, instead of patching builtin.Exception.
Changelog
Wed Mar 8 21:06:15 2006: Modified by jpellerin
- status changed from new to assigned
Tue Mar 14 22:37:15 2006: Modified by jpellerin
- resolution set to invalid
- status changed from assigned to closed

Actually it appears that it won't be necessary to patch AssertionError?, since the relevant frame can be accessed through the traceback object.