Changes between Initial Version and Version 1 of Ticket #27112


Ignore:
Timestamp:
Aug 23, 2016, 8:38:51 AM (8 years ago)
Author:
roboslone
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27112 – Description

    initial v1  
    1 I'm trying to test my middleware for replay processing (same request was issued twice, because first attempt failed due to client timeout). I need some control over timeouts in django.test.client.Client. Is it possible to implement requests-like (http://docs.python-requests.org/en/master/user/advanced/#timeouts) kwarg for timeout?
     1I'm trying to test my middleware for replay processing (same request was issued twice, because first attempt failed due to client timeout). I need some control over timeouts in django.test.client.Client. Would it be possible to implement requests-like (http://docs.python-requests.org/en/master/user/advanced/#timeouts) kwarg for timeout?
Back to Top