Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #23600 -- Made default_storage aware of more settin...Duncan Parkes2014-10-091-1/+9
* Fixed #23567 -- Made assertQuerysetEqual check Counter eq...Thomas Chaumeny2014-09-291-1/+2
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-1/+1
* Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham2014-09-241-1/+1
* Fixed #17101 -- Integrated django-secure and added check ...Tim Graham2014-09-121-1/+5
* Fixed #21483 -- Added WSGI environ to kwargs sent to requ...Joshua "jag" Ginsberg2014-08-291-1/+1
* Factorize some code using ContextDecorator.Thomas Chaumeny2014-08-281-8/+2
* Allowed skipIf/UnlessDBFeature to accept several feature ...Claude Paroz2014-08-261-8/+12
* Replaced HAS_SPATIALREFSYS by a database featureClaude Paroz2014-08-231-2/+2
* Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain2014-08-191-2/+2
* Fixed #22873 -- Renamed use_debug_cursor to force_debug_c...areski2014-07-261-3/+3
* Converted test management command to argparseClaude Paroz2014-06-141-12/+12
* Fixed #22771 -- Fixed test.Client.logout when using custo...Xavier Fernandez2014-06-131-5/+2
* Fixed #16087 -- Added ResolverMatch instance to test clie...Greg Chapple2014-06-131-1/+6
* Fixed flake8 error.Tim Graham2014-06-091-1/+0
* Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin2014-06-092-1/+24
* Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin2014-06-071-2/+2
* Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple2014-06-061-2/+2
* Fixed #20550 -- Added ability to preserve test db between...Greg Chapple2014-05-281-5/+9
* Fixed #21357 -- Fixed test client session initialization.Preston Timmons2014-05-231-0/+5
* Fixed #21598 -- cleaned up template loader overrides in t...Unai Zalakain2014-05-231-24/+89
* Fixed #22572 -- override_settings(ROOT_URLCONF) didn't cl...Loic Bistuer2014-05-051-1/+2
* Revert "Fixed #15179 -- middlewares not applied for test ...Tim Graham2014-04-291-5/+4
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-262-3/+2
* Fixed #22465 -- New assertion assertJSONNotEqualamatellanes2014-04-181-0/+22
* Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler2014-04-141-1/+7
* Fixed #22102 -- Made SimpleTestCase tests run before unit...Claude Paroz2014-04-121-2/+2
* Used more specific test assertions.Aymeric Augustin2014-04-091-2/+2
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-0/+7
* Fixed typo in docstring.Tim Graham2014-03-311-1/+1
* Advanced deprecation warnings for 1.8.Aymeric Augustin2014-03-221-4/+4
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-10/+1
* Removed django.test.simple and django.test._doctest per d...Tim Graham2014-03-212-3008/+0
* Reorganized the database test settingsShai Berger2014-03-092-11/+9
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-083-10/+11
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-034-4/+4
* Fixed a typo (I guess).Florian Apolloner2014-02-131-1/+1
* Allowed a message to be passed to assertQuerysetEqual to ...Chris Bailey2014-02-101-3/+3
* Fixed #21518 -- Made override_settings(ROOT_URLCONF) clea...Chris Wilson2014-02-071-0/+7
* Removed TransRealMixin.Aymeric Augustin2014-01-272-20/+9
* Minor cleanup.Aymeric Augustin2014-01-271-6/+6
* Fixed some missing/extraneous new line warnings.Simon Charette2014-01-261-1/+0
* Moved sys.path-extending decorator to django.test.utils a...Carl Meyer2014-01-261-0/+12
* Refs #21831 -- Softened the TestClient dependency on cont...Russell Keith-Magee2014-01-211-1/+2
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-203-4/+25
* Fixed #21740 -- Stopped using mutable default arguments i...Claude Paroz2014-01-161-9/+9
* Fixed #12571 -- Attached originating WSGIRequest to test ...Unai Zalakain2014-01-101-7/+6
* Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin2014-01-061-2/+2
* Wiped get_commands() cache when INSTALLED_APPS changes.Aymeric Augustin2014-01-011-0/+3
* Fixed #21206 -- Fixed test discovery without labelsPreston Timmons2014-01-011-1/+3