Opened 14 years ago
Closed 14 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)
Change History (3)
by , 14 years ago
| Attachment: | test_custom_handlers.diff added |
|---|
comment:2 by , 14 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
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.
Test that custom error handler of custom urls.py is called