summaryrefslogtreecommitdiff
path: root/tests/test_runner/test_parallel.py
AgeCommit message (Expand)Author
2026-02-24[6.0.x] Applied Black's 2026 stable style.Mariusz Felisiak
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-16Fixed #36083 -- Ran system checks in ParallelTestSuite workers.Adam Zapletal
2025-01-20Fixed #36005 -- Dropped support for Python 3.10 and 3.11.Mariusz Felisiak
2024-11-11Removed redundant RemoteTestResultTest._test_error_exc_info() test hook.Mariusz Felisiak
2024-11-11Refs #35849 -- Skipped ParallelTestSuiteTest.test_handle_add_error_before_fir...Mariusz Felisiak
2024-11-06Fixed #35849 -- Made ParallelTestSuite report correct error location.David Winiecki
2024-02-22Refs #32114 -- Fixed RemoteTestResultTest.test_unpicklable_subtest test witho...Mariusz Felisiak
2024-02-21Fixed #32114 -- Fixed parallel test crash on non-picklable objects in subtests.David Wobrock
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
2022-04-07Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-03-25Fixed RemoteTestResultTest tests without tblib.Mariusz Felisiak
2021-03-18Refs #31370 -- Made RemoteTestResult subclass unittest.TestResult.Adam Johnson
2021-03-18Refs #31370 -- Added test for pickling RemoteTestResult.Adam Johnson
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2019-10-23Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.Mariusz Felisiak
2019-10-22Refs #29926 -- Skipped RemoteTestResultTest.test_add_failing_subtests() on Py...Mariusz Felisiak
2017-11-17Refs #28814 -- Fixed test_runner failure on Python 3.7.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-10-06Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...Adam Wróbel
2016-08-26Fixed #26942 -- Added support for subtests during parallel testing.Chris Jerdonek