Hi! I'm trying to simulate timeouts on client to test my app's behaviour with requests, that take too much time. I want to use Django's test client for that and supply timeout arg for each request (like in requests <http://docs.python-requests.org/en/master/user/advanced/#timeouts>), but django.test.client.Client doesn't support timeouts.
Here's a ticket about that: https://code.djangoproject.com/ticket/27112 -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" 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]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/10af6d87-9622-4e51-870c-e83756a6f7e9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
