summaryrefslogtreecommitdiff
path: root/tests/servers
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-2/+2
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-22/+3
* Fixed #22414 -- Ensured that LiveServerTestCase closes connections.Chris Jerdonek2016-08-192-1/+30
* Refs #27025 -- Fixed a servers test on Python 3.6.Tim Graham2016-08-081-0/+3
* Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.Tim Graham2016-06-231-44/+1
* Fixed flake8 2.6 warnings.Tim Graham2016-06-161-10/+4
* 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
* Refs #26011 -- Fixed AttributeError in test_port_bind test.Marten Kenbeek2016-01-021-1/+1
* Fixed #26011 -- Prevented random LiveServerTestCase test failures on Windows.Marten Kenbeek2015-12-311-0/+29
* 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
* Fixed some unclosed objects in testsAndriy Sokolovskiy2015-07-061-10/+11
* Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from classMoritz Sichert2015-06-121-4/+7
* 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
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-5/+3
* 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 #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny2014-11-031-14/+1
* Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPSFlavio Curella2014-09-091-0/+27
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Fixed "Address already in use" from liveserver.Florian Apolloner2013-09-221-2/+2
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+2
* Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales2013-08-311-12/+10
* Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette2013-08-301-2/+2
* Expand testing of Test LiveServerTestCase static files serving.Ramiro Morales2013-08-104-0/+9
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed a number of minor misspellings.Julien Phalip2013-07-271-1/+1
* Fixed #20290 -- Allow override_settings to be nestedOliver Beattie2013-06-211-0/+5
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-1/+8
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-268-0/+227