summaryrefslogtreecommitdiff
path: root/tests/servers/tests.py
AgeCommit message (Expand)Author
2014-11-03Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-02Fixing E302 ErrorsJason Myers
2013-09-22Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-08-31Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales
2013-08-10Expand testing of Test LiveServerTestCase static files serving.Ramiro Morales
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-06-21Fixed #20290 -- Allow override_settings to be nestedOliver Beattie
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner