Opened 11 years ago

Closed 11 years ago

#670 closed defect (wontfix)

Test handling of exceptions during meddleware response

Reported by: Stephen Compall Owned by: praveen97uma
Priority: minor Milestone:
Component: programming Keywords: bitesized
Cc: Parent Tickets:

Description

mediagoblin/app.py:226: undefined name 'render_http_exeption'

This is in exception handling for those thrown by meddleware during response transformation. Hooray for pyflakes, but this should be covered by a test.

Change History (4)

comment:1 by Stephen Compall, 11 years ago

Keywords: bitesized added

comment:2 by praveen97uma, 11 years ago

Owner: set to praveen97uma
Status: newassigned

comment:3 by aditi, 11 years ago

Are there no tests for mediagoblin/app.py? Does fixing this issue will require me to write the tests for app.MediaGoblinApp?

comment:4 by Christopher Allan Webber, 11 years ago

Resolution: wontfix
Status: assignedclosed

I fixed the bug reported as part of this email, but as for the unit tests, I am closing this as WONTFIX. I think meddleware is going to change very shortly with the plugin stuff in this release, and I would discourage someone to spend a significant amount of time working on meddleware tests right now.

Note: See TracTickets for help on using tickets.