MCPcopy Create free account
hub / github.com/EasyIME/PIME / test_multi_future

Method test_multi_future

python/python3/tornado/test/gen_test.py:167–169  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

165
166 @gen_test
167 def test_multi_future(self):
168 results = yield [self.async_future(1), self.async_future(2)]
169 self.assertEqual(results, [1, 2])
170
171 @gen_test
172 def test_multi_future_duplicate(self):

Callers

nothing calls this directly

Calls 1

async_futureMethod · 0.95

Tested by

no test coverage detected