summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
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
2013-01-31Deprecated undocumented warnings manipulation testing tools.Ramiro Morales
2013-01-09Fixed #19546 - ensure that deprecation warnings are shown during testsPreston Holmes
2013-01-01Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.Aymeric Augustin
2012-12-31Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-24Fixed HTML comparisons of class="foo bar" and class="bar foo" in testsLuke Plant
2012-12-24Add assertJSONEqual method to TestCaseIan Clelland
2012-12-24Add assertInHTML method to TestCaseIan Clelland
2012-12-22Fixed #19468 -- Decoded request.path correctly on Python 3.Aymeric Augustin
2012-12-22Fixed #19487 -- Used str in the test client's WSGI environ.Aymeric Augustin
2012-12-13Fixed #19462 -- Made assertQuerysetEqual detect undefined orderingAnssi Kääriäinen
2012-11-25Enabled SimpleTestCase to be decorated by override_settingsClaude Paroz
2012-11-25Fixed #18417 -- Raised exception when unittest.TestCase is decorated with ove...Claude Paroz
2012-11-25Fixed #19355 -- Improved LiveServerThread's handling of exceptions. Thanks to...Julien Phalip
2012-11-24Fixed #19343 -- Deadlock with TransactionTestCase + TEST_MIRROR + multi_db.Aymeric Augustin
2012-11-22Fixed #18984 -- Avoided a deadlock in test teardown.Aymeric Augustin
2012-11-16Fixed #19296 -- Applied test connection sharing for spatialiteClaude Paroz
2012-10-30Fixed #17744 -- Reset default file storage with setting_changed signalClaude Paroz
2012-10-24Fixed #13222 -- Made HttpResponse iterable onceAymeric Augustin
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin