summaryrefslogtreecommitdiff
path: root/django/test
Commit message (Expand)AuthorAgeFilesLines
* [1.6.x] Fixed 9244447c -- incomplete backport.Aymeric Augustin2013-09-071-3/+15
* [1.6.x] Fixed an encoding issue in the test client.Aymeric Augustin2013-09-071-1/+8
* [1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ...Tim Graham2013-07-131-2/+3
* [1.6.x] Fixed #19940 -- Made test.runner.setup_databases properly handle alia...Tim Graham2013-07-041-1/+2
* Fixed #20636 -- Stopped stuffing values in the settings.Aymeric Augustin2013-06-241-9/+13
* Fixed #20290 -- Allow override_settings to be nestedOliver Beattie2013-06-211-1/+2
* Merge pull request #1270 from tomchristie/remove-incorrect-content-type-test-...Marc Tamlyn2013-06-141-2/+0
|\
| * Remove incorrect CONTENT_TYPE header from GET and HEAD requestsTom Christie2013-06-141-2/+0
* | Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin2013-06-121-12/+23
* | Added TransactionTestCase.available_apps.Aymeric Augustin2013-06-101-14/+30
* | Fixed #18924 -- Made test.Client.logout send user_logged_out signal.Tim Graham2013-06-041-6/+12
* | Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson2013-06-011-0/+10
* | Fixed #20503 - Moved doctest utilities in with the rest of the deprecated tes...Carl Meyer2013-05-272-79/+70
* | Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham2013-05-271-0/+77
* | Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes2013-05-251-0/+20
|/
* Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales2013-05-181-256/+259
* Fixed #20142 -- Added error handling for fixture setupFilipa Andrade2013-05-181-7/+11
* Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.Aymeric Augustin2013-05-181-0/+21
* Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer2013-05-104-200/+321
* Systematically imported wraps from functoolsClaude Paroz2013-05-041-1/+1
* Modified test_utils to work with unittest2 discovery.Preston Timmons2013-04-121-9/+10
* Fixed #20237 (again) Allowed binary parameter to assertContainsClaude Paroz2013-04-121-4/+10
* Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz2013-04-111-4/+9
* Removed site cache clearing in TestCase._fixture_setupClaude Paroz2013-03-301-3/+0
* Fixed spelling errorsGavin Wahl2013-03-281-1/+1
* Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes2013-03-241-13/+0
* Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middle...Loic Bistuer2013-03-251-1/+3
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-2/+2
* Stopped using non-standard __globals__ and __code__ attributes.Aymeric Augustin2013-03-171-2/+2
* Fixed memory leak in testsAnssi Kääriäinen2013-03-171-1/+1
* Abused atomic for transaction handling in TestCase.Aymeric Augustin2013-03-111-7/+9
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-18/+1
* Added an API to control database-level autocommit.Aymeric Augustin2013-03-111-0/+3
* Made transaction.managed a no-op and deprecated it.Aymeric Augustin2013-03-111-4/+0
* Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz2013-03-071-3/+2
* Added a context manager to capture queries while testing.Simon Charette2013-03-022-24/+50
* Implemented persistent database connections.Aymeric Augustin2013-02-281-5/+7
* Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin2013-02-251-1/+2
* Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer2013-02-191-0/+6
* Fixed #19833 -- Fixed import parameter encoding in get_runnerClaude Paroz2013-02-161-3/+4
* Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara2013-02-132-2/+2
* Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen2013-02-101-0/+3
* Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...Julien Phalip2013-02-021-0/+16
* Merge pull request #690 from rafales/ticket_19711Aymeric Augustin2013-01-311-1/+1
|\
| * Fixed #19711 -- Typo in __all__ declaration in django/test/simple.pyRafal Stozek2013-01-311-1/+1
* | Deprecated undocumented warnings manipulation testing tools.Ramiro Morales2013-01-312-7/+21
|/
* Fixed #19546 - ensure that deprecation warnings are shown during testsPreston Holmes2013-01-091-0/+13
* Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.Aymeric Augustin2013-01-013-14/+11
* Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin2012-12-312-14/+29
* Fixed HTML comparisons of class="foo bar" and class="bar foo" in testsLuke Plant2012-12-241-0/+8