Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/builtin_server
Commit message (Collapse)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
|
* Moved ServerHandler helper class to tests.Ramiro Morales2014-03-311-1/+48
| | | | It has been only used in the builtin_servers tests since Django 1.4.
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
| | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
| | | | Refs #20680.
* Fixed #18972 -- Refactored bundled wsgi server's ↵Matthew Wood2013-03-201-8/+55
| | | | | | | chunking algorithm. Thanks to amosonn at yahoo.com for the report, @doda for the initial patch and @datagrok for the revamped logic and test case.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+55