Home
last modified time | relevance | path

Searched refs:test_future (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_time_test.py112 for test_event, test_future in possibly_cancelled_futures.items():
113 if bool(random.randint(0, 1)) and test_future.cancel():
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_fixers.py3655 def test_future(self): member in Test_future
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_fixers.py3550 def test_future(self): member in Test_future
/external/python/cpython3/Misc/
DHISTORY6107 - Issue #17303: test_future* now work with unittest test discovery.