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

Method test_multi_dict_future

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

Source from the content-addressed store, hash-verified

178
179 @gen_test
180 def test_multi_dict_future(self):
181 results = yield dict(foo=self.async_future(1), bar=self.async_future(2))
182 self.assertEqual(results, dict(foo=1, bar=2))
183
184 @gen_test
185 def test_multi_exceptions(self):

Callers

nothing calls this directly

Calls 1

async_futureMethod · 0.95

Tested by

no test coverage detected