summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2013-10-22[1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-10-01[1.6.x] Factorized requires_tz_support decorator in test utilsClaude Paroz
2013-09-22[1.6.x] Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-17[1.6.x] Final attempt to solve sporadic test failures.Florian Apolloner
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-07[1.6.x] Fixed 9244447c -- incomplete backport.Aymeric Augustin
2013-09-07[1.6.x] Fixed an encoding issue in the test client.Aymeric Augustin
2013-07-13[1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ...Tim Graham
2013-07-04[1.6.x] Fixed #19940 -- Made test.runner.setup_databases properly handle alia...Tim Graham
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-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
2013-05-04Systematically imported wraps from functoolsClaude Paroz
2013-04-12Modified test_utils to work with unittest2 discovery.Preston Timmons
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-28Fixed spelling errorsGavin Wahl
2013-03-24Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
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-17Stopped using non-standard __globals__ and __code__ attributes.Aymeric Augustin
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
2013-03-02Added a context manager to capture queries while testing.Simon Charette
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-25Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-16Fixed #19833 -- Fixed import parameter encoding in get_runnerClaude Paroz
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-10Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-02Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...Julien Phalip
2013-01-31Merge pull request #690 from rafales/ticket_19711Aymeric Augustin
2013-01-31Fixed #19711 -- Typo in __all__ declaration in django/test/simple.pyRafal Stozek