summaryrefslogtreecommitdiff
path: root/docs/topics/testing/overview.txt
AgeCommit message (Expand)Author
2014-12-30Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-10-14Clarified documentation relating to usage of serialized_rollback for certain ...Greg Chapple
2014-06-09Doc edits for refs #22487.Tim Graham
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-04-19Fixed #22417 -- Added additional documentation for refs #16969.Tim Graham
2014-04-12Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase onesClaude Paroz
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-09Corrected a few missed references to old test settingsShai Berger
2014-02-15Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready().Zbigniew Siciarz
2013-12-31Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.Tim Graham
2013-12-23Added modify_settings to alter settings containing lists of values.Aymeric Augustin
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-11-19Fixed #15179 -- middlewares not applied for test client login()Unai Zalakain
2013-11-07Fixed #13725 -- take url scheme into account in assertRedirectsUnai Zalakain
2013-11-02Fixed #21341 -- Eased https requests with the test clientUnai Zalakain
2013-10-11Fixed #15582 -- Documented how TransactionTestCase.multi_db affects fixtures.Tim Graham
2013-09-10Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirec...Juan Catalano
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2013-09-06Fixed a link in topics/testing/overview.txtTim Graham
2013-08-31Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales
2013-08-23Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-22Documentation -- Clarified use of 'view' in test client introduction.Kevin Christopher Henry
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-19Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a classClaude Paroz
2013-07-12Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-07-01Fixed #20680 -- Deprecated django.utils.unittest.Aymeric Augustin
2013-06-27Fixed #20590: Documented new test case orderingAndrew Godwin
2013-06-12Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-05Proofed the 1.6 release notesTim Graham
2013-06-04Fixed #18924 -- Made test.Client.logout send user_logged_out signal.Tim Graham
2013-05-27Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham
2013-05-23Fixed #20316 - Clarified transaction behavior of TestCase.Tim Graham
2013-05-18Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales
2013-05-15Fixed #20165 - Updated testing example to use django.test.TestCase.Tim Graham
2013-05-12Updated test failure example.Ramiro Morales
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-07Python 2.5 is not relevant to master.Carl Meyer
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-22Added missing markup to docs.Tim Graham
2013-03-13Fixed #20032 -- Documented how to simulate the absence of a settingClaude Paroz