Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_client/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+6
|
* Fixed #25163 -- Fixed exception handling in nested test ↵pscottdevos2015-08-111-0/+11
| | | | client requests.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
|
* Fixed #23606 -- Implemented Client and RequestFactory ↵Rigel Di Scala2014-10-281-1/+29
| | | | | | trace() methods. Thanks KevinEtienne for the suggestion.
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-2/+2
| | | | | | | | | | | | | This (nearly) completes the work to isolate all the test modules from each other. This is now more important as importing models from another module will case PendingDeprecationWarnings if those modules are not in INSTALLED_APPS. The only remaining obvious dependencies are: - d.c.auth depends on d.c.admin (because of the is_admin flag to some views), but this is not so important and d.c.admin is in always_installed_apps - test_client_regress depends on test_client. Eventually these should become a single module, as the split serves no useful purpose.
* Fixing E302 ErrorsJason Myers2013-11-031-0/+22
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #21341 -- Eased https requests with the test clientUnai Zalakain2013-11-021-0/+1
| | | | | | | All request methods of ``django.test.client.Client`` receive a ``secure`` argument that defaults to ``False`` indicating whether or not to make the request through https. Thanks Aymeric Augustin for the review.
* Fixed all the E203 violationsAlex Gaynor2013-10-271-2/+2
|
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
|
* Fixed #20919 -- Extended assertRedirects to be able to ↵Juan Catalano2013-09-101-0/+3
| | | | | | avoid fetching redirect's response. Thanks mjtamlyn for the suggestion.
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
|
* Fixed #11603 - Added ↵Tim Graham2013-05-271-1/+45
| | | | | | django.test.SimpleTestCase.assertFormsetError Thank-you Martin Green for the patch.
* Removed mentions of modeltests.Ramiro Morales2013-03-031-3/+3
|
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+218