Re: Ticket #25328 - LiveServerTestCase with HTTPS - opinions?

2015-10-20 Thread Jakub Gocławski
The argument that adding LiveServerTestCase with HTTPS as a separate tool is easy - it is valid in this case, after my refactor has been merged. The real use-case when I (and someone else may) need HTTPSLiveServerTestCase is the one I wrote before: - in a HTTPS-only application you can use

Ticket #25328 - LiveServerTestCase with HTTPS - opinions?

2015-08-31 Thread Jakub Gocławski
Hi, Ticket: https://code.djangoproject.com/ticket/25328 I made a proposal to include a LiveServerTestCase, which runs an HTTPS server instead of standard HTTP server. I've been asked to get more feedback for this idea. If my refactor is merged I can release the test case as a separate app.