summaryrefslogtreecommitdiff
path: root/tests/http_utils
AgeCommit message (Expand)Author
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-08-18Fixed flake8 warning.Tim Graham
2014-08-15Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() ch...Collin Anderson
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-10Whitespace cleanup.Tim Graham
2013-05-21Fixed a Python 2.6 regression (GzipFile can't act as a context manager)Łukasz Langa
2013-05-21Fixed #20472: response.content should be bytes on both Python 2 and 3Łukasz Langa
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner