Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_client/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25424 -- Use force_str for test client URLs.Travis Jensen2015-09-191-0/+9
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+3
* Fixed #25163 -- Fixed exception handling in nested test c...pscottdevos2015-08-111-0/+8
* Fixed #20916 -- Added Client.force_login() to bypass auth...Jon Dufresne2015-07-011-0/+101
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-4/+6
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-27/+14
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-1/+24
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
* Corrected deprecation warnings for RedirectView; refs #21...Berker Peksag2014-11-281-31/+16
* Fixed #21587 -- Added a warning for changing default of R...Berker Peksag2014-11-251-16/+31
* Fixed #23606 -- Implemented Client and RequestFactory tra...Rigel Di Scala2014-10-281-3/+52
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* Fixed #16087 -- Added ResolverMatch instance to test clie...Greg Chapple2014-06-131-0/+23
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-5/+5
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-68/+73
* Fixed #12571 -- Attached originating WSGIRequest to test ...Unai Zalakain2014-01-101-0/+14
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed #21448 -- Fixed test client logout with cookie-base...Claude Paroz2013-11-261-0/+4
* Fixed all E261 warningscoagulant2013-11-031-1/+1
* Fixing E302 ErrorsJason Myers2013-11-031-1/+3
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+0
* Fixed #21341 -- Eased https requests with the test clientUnai Zalakain2013-11-021-0/+12
* Fix all violators of E231Alex Gaynor2013-10-261-7/+7
* Removed some direct settings manipulations in tests; refs...Bouke Haarsma2013-10-211-10/+4
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #20919 -- Extended assertRedirects to be able to av...Juan Catalano2013-09-101-0/+4
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Move last remaining tests out of models.py files; prep fo...Preston Timmons2013-04-031-15/+502
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+21