summaryrefslogtreecommitdiff
path: root/django/test/runner.py
AgeCommit message (Expand)Author
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2025-12-03Closed pool when parallel test runner encounters unpicklable exceptions.Jacob Walls
2025-10-29Fixed #36678 -- Limited retries in ParallelTestRunner.Jacob Walls
2025-10-28Fixed #36596 -- Made parallel test runner respect django_test_skips and djang...Mariusz Felisiak
2025-10-21Fixed #36677 -- Fixed scheduling of system checks in ParallelTestSuite workers.Jacob Walls
2025-09-26Fixed #36491 -- Fixed crash in ParallelTestRunner with --buffer.Shubham Singh
2025-09-16Fixed #36083 -- Ran system checks in ParallelTestSuite workers.Adam Zapletal
2025-07-29Fixed #36531 -- Added forkserver support to parallel test runner.Mariusz Felisiak
2025-06-16Fixed #36380 -- Deferred SQL formatting when running tests with --debug-sql.Natalia
2025-01-20Fixed #36005 -- Dropped support for Python 3.10 and 3.11.Mariusz Felisiak
2025-01-18Fixed #35448 -- Fixed formatting of test --debug-sql output.Tim Graham
2025-01-04Fixed #36057 -- Enabled test runner to debug chained exceptions with `--pdb` ...Adam Johnson
2024-11-06Fixed #35849 -- Made ParallelTestSuite report correct error location.David Winiecki
2024-11-06Refs #35849 -- Added a handle_event hook to ParallelTestSuite.David Winiecki
2024-03-09Moved --failfast to DiscoverRunner.Adam Johnson
2023-10-23Fixed #34903, Refs #34825 -- Made workers initialization respect empty set of...David Sanders
2023-10-02Fixed #32602 -- Clarified wording of TestCase class.faishalmanzar
2023-09-25Fixed #34825 -- Avoided setting unused connections when initializing parallel...David Sanders
2023-08-31Fixed #34210 -- Added unittest's durations option to the test runner.David Smith
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2023-01-17Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...Mariusz Felisiak
2022-10-24Fixed #34111 -- Made test runner with --debug-sql format SQL queries.Giebisch
2022-09-28Refs #34010 -- Made --debug-mode work for parallel tests using spawn.Adam Johnson
2022-09-28Fixed #34010 -- Made parallel tests using spawn set up Django.Adam Johnson
2022-08-04Fixed #33891 -- Fixed test command crash when running in parallel using spawn.Mariusz Felisiak
2022-07-19Fixed #33855 -- Removed unnecessary system check calls from test worker initi...Mariusz Felisiak
2022-05-19Fixed #33719 -- Fixed test command crash when running in parallel.Mariusz Felisiak
2022-03-17Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...David Smith
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-02-23Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.Valz
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-08Fixed #33264 -- Made test runner return non-zero error code for unexpected su...Baptiste Mispelon
2021-10-12Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee
2021-10-11Fixed #33149 -- Made test runner --pdb option work with subTest().Abhyudai
2021-08-24Fixed #32552 -- Added logger argument to DiscoverRunner.Chris Jerdonek
2021-08-19Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak
2021-08-05Fixed #32988 -- Prevented creation of more test databases than TestCases.Mariusz Felisiak
2021-08-03Fixed #31621 -- Added support for '--parallel auto' to test management command.Adam Johnson
2021-07-16Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...Jacob Walls
2021-07-12Fixed #32914 -- Prevented test --shuffle from skipping test methods.Chris Jerdonek
2021-07-09Refs #24522 -- Fixed code comment about seeds in Shuffler.__init__().Chris Jerdonek
2021-07-08Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek
2021-06-10Fixed #32609 -- Updated runtests.py to support directory path test labels.Chris Jerdonek
2021-06-10Refs #27734 -- Prevented creation of more parallel workers than TestCases.Ceesjan Luiten
2021-06-03Fixed #32808 -- Prevented DiscoverRunner.build_suite() from mutating test loa...Mariusz Felisiak
2021-06-02Refs #32641 -- Made DiscoverRunner's "Found X tests" message work for finding...Chris Jerdonek
2021-06-01Refs #32552 -- Added DiscoverRunner.log() to allow customization.Daniyal
2021-04-15Fixed #32641 -- Made DiscoverRunner print the number of found tests.girishsontakke
2021-04-02Fixed #32532 -- Made DiscoverRunner raise RuntimeError when a test label is a...Chris Jerdonek