]> git.ipfire.org Git - thirdparty/tornado.git/commit
gen_test: Add test for asyncio.gather
authorBen Darnell <ben@bendarnell.com>
Sun, 21 Jan 2018 20:27:34 +0000 (15:27 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 21 Jan 2018 20:27:34 +0000 (15:27 -0500)
commit2ec7dca027f6333ce07d7eae4124586536ec7f8a
tree8d4e2ba63baa0e0b4bbb8676eeab5259cac33c2e
parent871358d4078889b374758ecc1a8174d4764651d2
gen_test: Add test for asyncio.gather

This is additional verification that the asyncio integration is
working as intended.

Fixes #1684
tornado/test/gen_test.py