Opened 12 years ago
Closed 12 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 , 12 years ago
Keywords: | bitesized added |
---|
comment:2 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 12 years ago
comment:4 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
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.
Are there no tests for mediagoblin/app.py? Does fixing this issue will require me to write the tests for app.MediaGoblinApp?