#18707: Test client doesn't allow testing 500 responses content
-----------------------------------+------------------------------------
     Reporter:  ricardokirkner@…   |                    Owner:  nobody
         Type:  New feature        |                   Status:  new
    Component:  Testing framework  |                  Version:  1.6
     Severity:  Normal             |               Resolution:
     Keywords:                     |             Triage Stage:  Accepted
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+------------------------------------

Comment (by Peter Zsoldos):

 Would an alternative implementation approach of chaging
 {{{Client.request}}}'s  current {{{if self.exc_info:}}} check (after the
 {{{response = self.handler(environ)}}}) to {{{if self.exc_info and
 settings.DEBUG_PROPAGATE_EXCEPTIONS:}}} be appropriate? If so, the PR
 should be against the {{{master}}} branch only, correct?

--
Ticket URL: <https://code.djangoproject.com/ticket/18707#comment:9>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/082.d6ed5f288066147c91a505e566b805a6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to