summaryrefslogtreecommitdiff
path: root/tests/builtin_server
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33865 -- Optimized LimitedStream wrapper.Nick Pope2023-01-051-4/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-26/+26
* Refs #29069 -- Added test for calling request_finished signal by static file ...Tom Forbes2020-04-201-1/+11
* Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.Florian Apolloner2020-02-113-0/+48
* Fixed typos in test names and a comment.Min ho Kim2019-08-231-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-4/+4
* Refs #23919 -- Removed unneeded str() callsClaude Paroz2017-01-201-4/+4
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Removed a bit of builtin_server tests for Python ≤ 2.7.3.Tim Graham2016-11-101-11/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Moved ServerHandler helper class to tests.Ramiro Morales2014-03-301-1/+48
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed #18972 -- Refactored bundled wsgi server's chunking algorithm.Matthew Wood2013-03-201-8/+55
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+55