Searched refs:WaitTests (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_concurrent_futures.py218 class WaitTests: class in inherits:
319 class ThreadPoolWaitTests(ThreadPoolMixin, WaitTests, unittest.TestCase):
337 class ProcessPoolWaitTests(ProcessPoolMixin, WaitTests, unittest.TestCase):
/external/python/futures/
H A Dtest_futures.py296 class WaitTests(unittest.TestCase): class in inherits:unittest.TestCase
397 class ThreadPoolWaitTests(ThreadPoolMixin, WaitTests):
415 class ProcessPoolWaitTests(ProcessPoolMixin, WaitTests):

Completed in 400 milliseconds