Opened 12 years ago

Closed 12 years ago

#17113 closed Bug (worksforme)

Test that error handlers of custom urls.py are called

Reported by: Claude Paroz Owned by: nobody
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In #16507, some comments talk about custom error handlers on custom urls.py for tests not being used. This ticket should be used to demonstrate this is true/false.

Attachments (1)

test_custom_handlers.diff (2.2 KB ) - added by Claude Paroz 12 years ago.
Test that custom error handler of custom urls.py is called

Download all attachments as: .zip

Change History (3)

by Claude Paroz, 12 years ago

Attachment: test_custom_handlers.diff added

Test that custom error handler of custom urls.py is called

comment:1 by Claude Paroz, 12 years ago

Has patch: set

Added passing test.

comment:2 by Carl Meyer, 12 years ago

Resolution: worksforme
Status: newclosed

My comment on #16507 was bogus, it was purely a misunderstanding of what was happening in that ticket. Thanks claudep for demonstrating that this works just fine, sorry for the misdirection.

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