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
/
test_parallel.py
Age
Commit message (
Expand
)
Author
2025-10-21
[6.0.x] Made RemoteTestResultTest.test_pickle_errors_detection() compatible w...
Mariusz Felisiak
2025-10-02
[6.0.x] Refs #36491 -- Skipped ParallelTestSuiteTest.test_buffer_mode_reports...
Mariusz Felisiak
2025-09-26
[6.0.x] Fixed #36491 -- Fixed crash in ParallelTestRunner with --buffer.
Shubham Singh
2025-09-16
Fixed #36083 -- Ran system checks in ParallelTestSuite workers.
Adam Zapletal
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
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-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
2023-08-31
Fixed #34210 -- Added unittest's durations option to the test runner.
David Smith
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-04-07
Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-25
Fixed RemoteTestResultTest tests without tblib.
Mariusz Felisiak
2021-03-18
Refs #31370 -- Made RemoteTestResult subclass unittest.TestResult.
Adam Johnson
2021-03-18
Refs #31370 -- Added test for pickling RemoteTestResult.
Adam Johnson
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2019-10-23
Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.
Mariusz Felisiak
2019-10-22
Refs #29926 -- Skipped RemoteTestResultTest.test_add_failing_subtests() on Py...
Mariusz Felisiak
2017-11-17
Refs #28814 -- Fixed test_runner failure on Python 3.7.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-06
Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...
Adam Wróbel
2016-08-26
Fixed #26942 -- Added support for subtests during parallel testing.
Chris Jerdonek