summaryrefslogtreecommitdiff
path: root/tests/test_client_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34240 -- Preserved headers of requests made with django.test.Client in...Mariusz Felisiak2023-01-131-0/+14
* Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock2023-01-041-2/+6
* Moved remaining SimpleTestCase.assertFormError()/assertFormsetErrors() tests ...Mariusz Felisiak2022-04-051-354/+0
* Refs #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/a...Baptiste Mispelon2022-02-151-31/+30
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-072-25/+70
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-077-588/+873
* Used assertRaisesMessage() in test_client_regress.AssertFormErrorTests.Baptiste Mispelon2021-12-211-48/+22
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-1/+1
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-111-1/+1
* Used assertRaisesMessage() in various tests.Hasan Ramezani2020-02-071-65/+35
* Fixed #28337 -- Preserved extra headers of requests made with django.test.Cli...Patrick Jenkins2019-10-183-0/+35
* Fixed #30550 -- Fixed decoding of non-UTF-8 bytes objects in response.json().Jon Dufresne2019-06-073-0/+10
* Removed unnecessary assignments in various code.Jon Dufresne2019-04-241-2/+1
* Removed default empty content argument from HttpResponse calls.Jon Dufresne2019-02-091-1/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-35/+35
* Fixed #29662 -- Allowed test client to accept structured suffix JSON content ...Marnanel Thurman2018-08-151-1/+3
* Fixed #29576 -- Corrected the test client's HTTP_COOKIE header.Thng Kai Yuan2018-07-211-0/+6
* Fixed #29520 -- Fixed test client crash when posting bytes.Tim Graham2018-06-271-0/+4
* Fixed #29275 -- Made assertFormError() output "(actual errors: none)" instead...Chris Lamb2018-03-311-2/+2
* Decoupled test client encoding tests from JSON handlingClaude Paroz2017-03-093-40/+30
* Refs #27622 -- Fixed a regression in JSON content-type detectionClaude Paroz2017-03-071-1/+6
* Renamed a test variable to prevent possible conflict with importsClaude Paroz2017-03-071-12/+12
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-091-3/+3
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-3/+3
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-1/+1
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed str_prefix usageClaude Paroz2017-01-201-21/+18
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-2/+2
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #23960 -- Removed the host parameter for SimpleTestCase.assertRedirects().Tim Graham2017-01-171-12/+1
* Fixed #27698 -- Added django.test.utils.ContextList.get()Tim Graham2017-01-061-0/+9
* Fixed #27622 -- Allowed test client to accept vendor tree JSON content types.Anton Samarchyan2016-12-292-1/+9
* Fixed #27516 -- Made test client's response.json() cache the parsed JSON.Adam Chainz2016-11-211-0/+4
* Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami2016-11-141-2/+2
* Decorated a few functions.Tim Graham2016-11-141-2/+2
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-22/+18
* Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev2016-09-121-1/+1
* Fixed #27012 -- Removed unnecessary setup_test_environment() in a test.Chris Jerdonek2016-08-041-2/+0
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-17/+4
* Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.Tobias McNulty2016-06-201-1/+9
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-5/+5
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-163/+78
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-30/+7
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Refs #25969 -- Replaced usage of render_to_response() with render() in tests.Tim Graham2015-12-232-7/+9
* Fixed #25682 -- Removed bare except clauses.Attila Tovt2015-11-171-1/+1
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-2/+2