bpo-38753: AsyncMock added in version 3.8 (GH-17102)

This commit is contained in:
John Belmonte 2019-11-20 09:30:43 +09:00 committed by Lisa Roach
parent 444b39bb64
commit 279d8df5e5
1 changed files with 1 additions and 0 deletions

View File

@ -915,6 +915,7 @@ object::
>>> mock.async_foo
<AsyncMock name='mock.async_foo' id='...'>
.. versionadded:: 3.8
.. method:: assert_awaited()