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

/external/python/cpython2/Lib/test/
H A Dtest_queue.py41 # is supposed to raise an exception, call do_exceptional_blocking_test()
64 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, member in class:BlockingTestMixin
263 self.do_exceptional_blocking_test(q.put, ("full", True, 10), q.get, (),
301 self.do_exceptional_blocking_test(q.get, (), q.put, ('empty',),
/external/python/cpython3/Lib/test/
H A Dtest_queue.py44 # is supposed to raise an exception, call do_exceptional_blocking_test()
67 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, member in class:BlockingTestMixin
301 self.do_exceptional_blocking_test(q.put, ("full", True, 10), q.get, (),
339 self.do_exceptional_blocking_test(q.get, (), q.put, ('empty',),

Completed in 136 milliseconds