index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_runner
Age
Commit message (
Expand
)
Author
2026-02-26
Refs #36936 - Adjusted tests to set PYTHON_COLORS environment variable.
Pete Rosenblum
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-12-03
Closed pool when parallel test runner encounters unpicklable exceptions.
Jacob Walls
2025-10-29
Fixed #36678 -- Limited retries in ParallelTestRunner.
Jacob Walls
2025-10-21
Made RemoteTestResultTest.test_pickle_errors_detection() compatible with tbli...
Mariusz Felisiak
2025-10-02
Refs #36491 -- Skipped ParallelTestSuiteTest.test_buffer_mode_reports_setupcl...
Mariusz Felisiak
2025-09-26
Fixed #36491 -- Fixed crash in ParallelTestRunner with --buffer.
Shubham Singh
2025-09-16
Fixed #36083 -- Ran system checks in ParallelTestSuite workers.
Adam Zapletal
2025-07-29
Fixed #36531 -- Added forkserver support to parallel test runner.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-16
Fixed #36380 -- Deferred SQL formatting when running tests with --debug-sql.
Natalia
2025-02-16
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).
Simon Charette
2025-02-16
Fixed #35967 -- Deferred test suite fixtures serialization after all dbs setup.
Simon Charette
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2025-01-18
Fixed #35448 -- Fixed formatting of test --debug-sql output.
Tim Graham
2024-11-11
Removed redundant RemoteTestResultTest._test_error_exc_info() test hook.
Mariusz Felisiak
2024-11-11
Refs #35849 -- Skipped ParallelTestSuiteTest.test_handle_add_error_before_fir...
Mariusz Felisiak
2024-11-06
Fixed #35849 -- Made ParallelTestSuite report correct error location.
David Winiecki
2024-10-24
Refs #35844 -- Fixed tests for test --parallel option on Python 3.14+.
Mariusz Felisiak
2024-02-22
Refs #32114 -- Fixed RemoteTestResultTest.test_unpicklable_subtest test witho...
Mariusz Felisiak
2024-02-21
Fixed #32114 -- Fixed parallel test crash on non-picklable objects in subtests.
David Wobrock
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-09-25
Fixed #34825 -- Avoided setting unused connections when initializing parallel...
David Sanders
2023-08-31
Fixed #34210 -- Added unittest's durations option to the test runner.
David Smith
2023-08-23
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.
Mariusz Felisiak
2023-08-22
Removed unnecessary trailing commas in tests.
konsti
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-17
Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...
Mariusz Felisiak
2023-01-17
Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.
Mariusz Felisiak
2022-10-31
Avoided assignment followed by immediate return.
Nick Pope
2022-10-24
Fixed #34111 -- Made test runner with --debug-sql format SQL queries.
Giebisch
2022-09-28
Refs #34010 -- Made --debug-mode work for parallel tests using spawn.
Adam Johnson
2022-05-19
Fixed #33719 -- Fixed test command crash when running in parallel.
Mariusz Felisiak
2022-04-07
Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.
Mariusz Felisiak
2022-03-17
Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...
David Smith
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-11-08
Fixed #33264 -- Made test runner return non-zero error code for unexpected su...
Baptiste Mispelon
2021-08-24
Fixed #32552 -- Added logger argument to DiscoverRunner.
Chris Jerdonek
2021-08-19
Refs #31621 -- Fixed handling --parallel option in test management command an...
Mariusz Felisiak
2021-08-19
Refs #31621 -- Added more tests for test --parallel option.
Mariusz Felisiak
2021-08-05
Fixed #32988 -- Prevented creation of more test databases than TestCases.
Mariusz Felisiak
2021-08-03
Fixed #31621 -- Added support for '--parallel auto' to test management command.
Adam Johnson
2021-08-03
Refs #31621 -- Added more tests for test --parallel option.
Adam Johnson
2021-07-16
Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...
Jacob Walls
2021-07-12
Fixed #32914 -- Prevented test --shuffle from skipping test methods.
Chris Jerdonek
2021-07-08
Fixed #24522 -- Added a --shuffle option to DiscoverRunner.
Chris Jerdonek
2021-07-07
Used more specific unittest assertions in tests.
Mads Jensen
[next]