summaryrefslogtreecommitdiff
path: root/tests/servers/test_basehttp.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #28054 -- Made runserver not return response body for HEAD requests.Sarah Boyce2023-01-271-7/+62
* Refs #25684 -- Removed double newline from request/response output of runserver.rafrafek2022-02-141-2/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-32/+34
* Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...Petter Strandmark2020-12-141-12/+19
* Refs #4444 -- Added tests for handling broken pipe errors in WSGIServer.Petter Strandmark2020-12-141-1/+24
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-2/+3
* Captured logging in tests with self.assertLogs().Claude Paroz2018-05-071-31/+20
* Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz2018-05-071-14/+10
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-1/+1
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-091-1/+1
* Refs #23919 -- Removed unneeded str() callsClaude Paroz2017-01-201-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #27025 -- Fixed a servers test on Python 3.6.Tim Graham2016-08-081-0/+3
* Refs #25684 -- Silenced logging output in servers tests.Tim Graham2016-02-081-2/+2
* Fixed #25684 -- Made runserver use logging for request/response output.Flavio Curella2016-01-111-14/+41
* Fixed #25204 -- Added missing space in runserver logging.Tim Graham2015-08-011-0/+10
* Replaced six.BytesIO with io.BytesIOTim Graham2015-07-201-1/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed typo in error message in the test.Tim Graham2015-02-191-1/+1
* Stripped headers containing underscores to prevent spoofing in WSGI environ.Carl Meyer2015-01-131-0/+55
* Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...wrwrwr2014-11-291-9/+4
* Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPSFlavio Curella2014-09-091-0/+27