summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
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-10Fixed #16534 -- Improved ability to customize DiscoverRunnerTim Graham
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2013-09-07Oops :(Aymeric Augustin
2013-09-07Fixed an encoding issue in the test client.Aymeric Augustin
2013-09-07Moved two WSGI-specific functions to the WSGI handler.Aymeric Augustin
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
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-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-13Fixed #20864 -- Made the test client use common method for performing requests.Krzysztof Jurewicz
2013-08-10Docs tweaks (thanks timgraham)Andrew Godwin
2013-08-09Fixed #18356 -- Gave the test client signals.template_rendered call a unique ...Bojan Mihelac
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-22Merge branch 'master' into schema-alterationAndrew 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-13Fixed #20681 -- Prevented teardown_databases from attempting to tear down ali...Tim Graham
2013-07-12Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker
2013-07-11Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia
2013-07-09Simplified testing connection typeClaude Paroz
2013-07-04Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ...Tim Graham
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-01Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-29More import removalsClaude Paroz
2013-06-28Removed warnings level handling code as per deprecation TL.Ramiro Morales
2013-06-28Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-24Fixed #20636 -- Stopped stuffing values in the settings.Aymeric Augustin
2013-06-21Fixed #20290 -- Allow override_settings to be nestedOliver Beattie
2013-06-19Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin
2013-06-14Merge pull request #1270 from tomchristie/remove-incorrect-content-type-test-...Marc Tamlyn
2013-06-14Remove incorrect CONTENT_TYPE header from GET and HEAD requestsTom Christie
2013-06-12Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-04Fixed #18924 -- Made test.Client.logout send user_logged_out signal.Tim Graham
2013-06-01Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson
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-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
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-18Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.Aymeric Augustin
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer