summaryrefslogtreecommitdiff
path: root/tests/test_runner/test_parallel.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.Mariusz Felisiak2022-04-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-12/+15
* Fixed RemoteTestResultTest tests without tblib.Mariusz Felisiak2021-03-251-4/+13
* Refs #31370 -- Made RemoteTestResult subclass unittest.TestResult.Adam Johnson2021-03-181-0/+30
* Refs #31370 -- Added test for pickling RemoteTestResult.Adam Johnson2021-03-181-0/+6
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-4/+2
* Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.Mariusz Felisiak2019-10-231-6/+1
* Refs #29926 -- Skipped RemoteTestResultTest.test_add_failing_subtests() on Py...Mariusz Felisiak2019-10-221-1/+6
* Refs #28814 -- Fixed test_runner failure on Python 3.7.Tim Graham2017-11-171-2/+4
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-5/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...Adam Wróbel2016-10-061-0/+22
* Fixed #26942 -- Added support for subtests during parallel testing.Chris Jerdonek2016-08-261-0/+67