Opened 16 years ago

Closed 16 years ago

#6497 closed (fixed)

Improved fixture error reporting

Reported by: Bastian Kleineidam <calvin@…> Owned by: nobody
Component: Core (Serialization) Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Print a complete traceback on fixture data error, and do not
hide SystemExit and KeyboardInterrupt errors.

Attachments (1)

0042-Improved-fixture-error-reporting.patch (1.7 KB ) - added by Bastian Kleineidam <calvin@…> 16 years ago.

Download all attachments as: .zip

Change History (4)

by Bastian Kleineidam <calvin@…>, 16 years ago

comment:1 by Simon Greenhill <dev@…>, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 16 years ago

Component: UncategorizedSerialization

comment:3 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: newclosed

(In [7653]) Fixed #6497 -- Improved fixture error reporting by displaying the entire traceback. Also, SystemExit and KeyboardInterrupt now exit the script properly. Thanks for the patch, Bastian Kleineidam

Note: See TracTickets for help on using tickets.
Back to Top