summaryrefslogtreecommitdiff
path: root/tests/test_client/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subc...Mariusz Felisiak2023-04-121-9/+13
* Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock2023-01-041-4/+8
* Fixed #34074 -- Added headers argument to RequestFactory and Client classes.David Wobrock2022-11-141-0/+58
* Fixed #34063 -- Fixed reading request body with async request factory and cli...Scott Halgrim2022-11-081-0/+18
* Fixed #32969 -- Fixed pickling HttpResponse and subclasses.Anv3sh2022-06-201-0/+16
* Removed 'tests' path prefix in a couple tests.Tim Graham2022-05-021-2/+2
* Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...Baptiste Mispelon2022-04-061-10/+14
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+10
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-362/+409
* Adjusted CBV resolver_match example in testing tools docs.Carlton Gibson2022-01-261-0/+9
* Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.David Smith2021-10-201-2/+2
* Fixed #33132 -- Fixed test client handling of querystring only redirects.Jaap Roes2021-09-241-0/+7
* Fixed #32929 -- Fixed handling query strings in AsyncRequestFactory.pochangl2021-07-151-0/+9
* Fixed ResourceWarning in test_client.tests.ClientTest.test_uploading_named_te...Mariusz Felisiak2021-06-241-2/+5
* Fixed #32790 -- Ensured test Client handles redirects to domain indexes witho...tomhamiltonstubber2021-06-231-0/+7
* Fixed #32470 -- Fixed ResolverMatch instance on test clients when request.url...Marc Gibbons2021-02-231-1/+31
* Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.Carlton Gibson2020-11-041-0/+11
* Fixed #32162 -- Fixed setting Content-Length header in AsyncRequestFactory.Patrick Arminio2020-11-031-0/+15
* Refs #25780 -- Removed redundant status code assertions from tests.Jon Dufresne2020-10-281-7/+3
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-1/+1
* Fixed #31494 -- Preserved query strings when following HTTP 307/308 redirects...Ahmad A. Hussein2020-05-271-0/+14
* Refs #31494 -- Added test for query strings for GET/HEAD requests when follow...Ahmad A. Hussein2020-05-271-0/+14
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-181-2/+57
* Fixed #30677 -- Improved error message for urlencode() and Client when None i...swatantra2019-08-111-4/+4
* Cleaned up exception message checking in some tests.Jon Dufresne2019-03-151-1/+2
* Fixed #18707 -- Added support for the test client to return 500 responses.Jon Dufresne2019-02-201-0/+14
* Fixed #30024 -- Made urlencode() and Client raise TypeError when None is pass...Jon Dufresne2018-12-271-0/+16
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-3/+1
* Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.Dan Palmer2018-08-251-6/+13
* Fixed #29553 -- Made test client set Content-Length header to a string rather...Tim Graham2018-07-091-1/+1
* Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...Jan Pieter Waagmeester2018-06-201-0/+6
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-2/+1
* Added a test for Client.generic() data coercion.Tim Graham2018-02-121-0/+7
* Refs #20530 -- Added a test for test client query string encoding.Tim Graham2018-02-121-0/+5
* Fixed #29082 -- Allowed the test client to encode JSON request data.Nick Sarbicki2018-02-061-0/+26
* Fixed #27999 -- Added test client support for HTTP 307 and 308 redirects.Tom2018-02-061-0/+34
* Fixed #28837 -- Fixed test client crash if an exception with more than one ar...Nicolas Delaby2017-11-281-1/+6
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27184 -- Fixed unclosed file ResourceWarning in test_client test.Jon Dufresne2016-12-121-2/+2
* Fixed #27542 -- Made Client.force_login() skip auth backends without get_user().Anton Samarchyan2016-12-011-0/+11
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-28/+12
* Tested the test client uploading of NamedTemporaryFile.Tom Scrace2016-11-091-0/+5
* Fixed #27184 -- Allowed uploading TemporaryFile with the test client.Tom Scrace2016-11-091-0/+7
* Fixed #27027 -- Restored Client.force_login() defaulting to the first auth ba...Ben Demboski2016-08-061-0/+18
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-12/+1
* Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.Tobias McNulty2016-06-201-1/+7
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #26666 -- Added more useful error message to assertRedirectsTobias McNulty2016-06-021-0/+9
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-1/+1
* Refs #26428 -- Added support for relative path redirects to the test client.Tim Graham2016-04-291-0/+12