]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Add a test for asyncio.iscoroutine().
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 13 May 2015 19:34:12 +0000 (15:34 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 13 May 2015 19:34:12 +0000 (15:34 -0400)
commit6c792bd65a22830192c6ce4ee619e805c2daed7c
treedbed89a65920eda651c04bc447d2b3b69c86f004
parentaf928b65fce14ef2d5bb5bd3bc90381e61d71e34
asyncio: Add a test for asyncio.iscoroutine().

Test that asyncio.iscoroutine() supports 'async def' coroutines and
collections.abc.Coroutine types.
Lib/test/test_asyncio/test_pep492.py