summaryrefslogtreecommitdiff
path: root/tests/test_runner/test_parallel.py
AgeCommit message (Collapse)Author
2019-10-23[3.0.x] Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test ↵Mariusz Felisiak
requirements. Backport of 25903e41fb45ce9cc80dc93bf4b51ea431dcb2b6 from master
2019-10-22[3.0.x] Refs #29926 -- Skipped ↵Mariusz Felisiak
RemoteTestResultTest.test_add_failing_subtests() on Python 3.8+ and tblib <= 1.4.0. Backport of 2847d2c760438195c4c71ea9d3fded1ce116ea4e from master
2017-11-17Refs #28814 -- Fixed test_runner failure on Python 3.7.Tim Graham
Due to https://bugs.python.org/issue30399.
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
Thanks Tim Graham for the review.
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 ↵Adam Wróbel
parallel test runner.
2016-08-26Fixed #26942 -- Added support for subtests during parallel testing.Chris Jerdonek