Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test/testcases.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added modify_settings to alter settings containing lists ...Aymeric Augustin2013-12-231-7/+20
* Refactored INSTALLED_APPS overrides.Aymeric Augustin2013-12-231-2/+16
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-4/+4
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-14/+14
* Fixed #21462 -- Made `assertNumQueries` print executed qu...Dominic Rodger2013-12-111-2/+6
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-4/+4
* Fixed #21509 -- Removed dead exception catching code.Krzysztof Jurewicz2013-11-251-4/+0
* Removed useless comment. Refs #21172Anssi Kääriäinen2013-11-091-3/+0
* Merge pull request #1743 from unaizalakain/ticket_21172Anssi Kääriäinen2013-11-091-2/+5
|\
| * Fixed ticket #21172Unai Zalakain2013-11-041-2/+5
* | Fixed #17529 -- get_template_from_string default argument...Unai Zalakain2013-11-081-1/+2
* | Fixed #13725 -- take url scheme into account in assertRed...Unai Zalakain2013-11-071-5/+9
|/
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+3
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-2/+2
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-6/+5
* Fixed #21263 -- Fixed issue with override_settings in inh...Claude Paroz2013-10-151-0/+6
* Fixed #21162 -- Better emulation of staticfiles middleware.Ramiro Morales2013-09-281-1/+5
* Fixed "Address already in use" from liveserver.Florian Apolloner2013-09-221-5/+4
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-3/+2
* Final attempt to solve sporadic test failures.Florian Apolloner2013-09-171-1/+7
* Fixed #21089 -- Allow TransactionTestcase subclasses to d...Baptiste Mispelon2013-09-111-2/+5
* Fixed #20919 -- Extended assertRedirects to be able to av...Juan Catalano2013-09-101-9/+12
* Moved two WSGI-specific functions to the WSGI handler.Aymeric Augustin2013-09-071-2/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-7/+3
* Fixed #20918 -- Tidied up implementation of custom assert...ersran92013-09-051-57/+42
* Made django.test.testcases not depend on staticfiles cont...Ramiro Morales2013-08-311-15/+77
* Rename pre_ and post_syncdb to *_migrate, with aliases fr...Andrew Godwin2013-07-301-6/+5
* Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeatu...Claude Paroz2013-07-191-1/+12
* Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham2013-07-141-100/+1
* Simplified testing connection typeClaude Paroz2013-07-091-2/+2
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-8/+9
* More import removalsClaude Paroz2013-06-291-1/+0
* Removed warnings level handling code as per deprecation TL.Ramiro Morales2013-06-291-19/+0
* Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin2013-06-121-12/+23
* Added TransactionTestCase.available_apps.Aymeric Augustin2013-06-101-14/+30
* Fixed #20503 - Moved doctest utilities in with the rest o...Carl Meyer2013-05-271-77/+2
* Fixed #11603 - Added django.test.SimpleTestCase.assertFor...Tim Graham2013-05-271-0/+77
* Fixed #20004 -- Moved non DB-related assertions to Simple...Ramiro Morales2013-05-191-256/+259
* Fixed #20142 -- Added error handling for fixture setupFilipa Andrade2013-05-181-7/+11
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-0/+10
* Fixed #20237 (again) Allowed binary parameter to assertCo...Claude Paroz2013-04-121-4/+10
* Fixed #20237 -- Reenabled assertContains with binary para...Claude Paroz2013-04-111-4/+9
* Removed site cache clearing in TestCase._fixture_setupClaude Paroz2013-03-301-3/+0
* Fixed #19541 -- Fixed BaseHandler to enable reversing URL...Loic Bistuer2013-03-241-1/+3
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-2/+2