Searched refs:test_future (Results 1 – 4 of 4) sorted by relevance
112 for test_event, test_future in possibly_cancelled_futures.items():113 if bool(random.randint(0, 1)) and test_future.cancel():
3655 def test_future(self): member in Test_future
3550 def test_future(self): member in Test_future
6107 - Issue #17303: test_future* now work with unittest test discovery.