summaryrefslogtreecommitdiff
path: root/docs/topics/testing/overview.txt
AgeCommit message (Expand)Author
2026-06-15Fixed password hashing anchor link for references.Tim Schilling
2026-06-15Fixed #37128 -- Doc'd setUpTestData as test speed up.Tim Schilling
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2024-09-17Fixed #35660 -- Made serialized_rollback and fixture data available in Transa...Jacob Walls
2023-10-02Fixed #32602 -- Clarified wording of TestCase class.faishalmanzar
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2023-01-10Fixed #34110 -- Added in-memory file storage.Francesco Panico
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-03-10Changed some words to use inline markup.David Smith
2021-11-08Fixed #33264 -- Made test runner return non-zero error code for unexpected su...Baptiste Mispelon
2021-07-08Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek
2021-03-26Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.Chris Jerdonek
2019-11-26Used :ticket: role in all tickets links.Sergey Fedoseev
2019-03-05Doc'd the use of --noinput for test database handling.Samuel Gaist
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-03-28Replaced 'python -Wall' with 'python -Wa'.Daniel Chimeno
2017-10-03Fixed #28584 -- Dropped support for SQLite < 3.7.15.Tim Graham
2017-08-22Added "test --keepdb" to testing speedup docs.Harry Moreno
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-08-31Fixed typo in docs/topics/testing/overview.txtMike Fiedler
2016-07-01Added parallel test running to "Speeding up the tests" docs.Harry Moreno
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-03Normalized "an SQL" spelling.Ville Skyttä
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2015-12-11Refs #25899 -- Improved visibility of TEST database settings in testing docs.Tim Graham
2015-09-25Fixed #25451 -- Added advice about organizing tests.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-08-24Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...Tommy Beadle
2015-07-01Fixed #20916 -- Added Client.force_login() to bypass authentication.Jon Dufresne
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-17Removed support for initial_data fixtures per deprecation timeline.Tim Graham
2015-01-17Removed django.utils.unittest per deprecation timeline.Tim Graham
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