summaryrefslogtreecommitdiff
path: root/tests/test_runner/test_parallel.py
AgeCommit message (Collapse)Author
2018-11-17[1.11.x] Refs #28814 -- Fixed test_runner failure on Python 3.7.Tim Graham
Due to https://bugs.python.org/issue30399. Backport of 9d1d3b2d2fe0bef995b024368088eeabbdf73629 from master
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