summaryrefslogtreecommitdiff
path: root/django/test/testcases.py
AgeCommit message (Expand)Author
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-11Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.Dominic Rodger
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-25Fixed #21509 -- Removed dead exception catching code.Krzysztof Jurewicz
2013-11-09Removed useless comment. Refs #21172Anssi Kääriäinen
2013-11-09Merge pull request #1743 from unaizalakain/ticket_21172Anssi Kääriäinen
2013-11-08Fixed #17529 -- get_template_from_string default arguments breakUnai Zalakain
2013-11-07Fixed #13725 -- take url scheme into account in assertRedirectsUnai Zalakain
2013-11-04Fixed ticket #21172Unai Zalakain
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-15Fixed #21263 -- Fixed issue with override_settings in inherited classesClaude Paroz
2013-09-28Fixed #21162 -- Better emulation of staticfiles middleware.Ramiro Morales
2013-09-22Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-22Removed a few trailing backslashes.Aymeric Augustin
2013-09-17Final attempt to solve sporadic test failures.Florian Apolloner
2013-09-11Fixed #21089 -- Allow TransactionTestcase subclasses to define an empty list ...Baptiste Mispelon
2013-09-10Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirec...Juan Catalano
2013-09-07Moved two WSGI-specific functions to the WSGI handler.Aymeric Augustin
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-05Fixed #20918 -- Tidied up implementation of custom assertionsersran9
2013-08-31Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-07-19Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a classClaude Paroz
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-07-09Simplified testing connection typeClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-29More import removalsClaude Paroz
2013-06-28Removed warnings level handling code as per deprecation TL.Ramiro Morales
2013-06-12Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-05-27Fixed #20503 - Moved doctest utilities in with the rest of the deprecated tes...Carl Meyer
2013-05-27Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham
2013-05-18Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales
2013-05-18Fixed #20142 -- Added error handling for fixture setupFilipa Andrade
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-04-12Fixed #20237 (again) Allowed binary parameter to assertContainsClaude Paroz
2013-04-11Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz
2013-03-30Removed site cache clearing in TestCase._fixture_setupClaude Paroz
2013-03-25Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middle...Loic Bistuer
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi
2013-03-17Fixed memory leak in testsAnssi Kääriäinen
2013-03-11Abused atomic for transaction handling in TestCase.Aymeric Augustin
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-03-11Added an API to control database-level autocommit.Aymeric Augustin
2013-03-11Made transaction.managed a no-op and deprecated it.Aymeric Augustin
2013-03-07Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz