mirror of
https://github.com/python/cpython.git
synced 2024-12-14 12:26:47 +08:00
bpo-38753: AsyncMock added in version 3.8 (GH-17102)
This commit is contained in:
parent
444b39bb64
commit
279d8df5e5
@ -915,6 +915,7 @@ object::
|
||||
>>> mock.async_foo
|
||||
<AsyncMock name='mock.async_foo' id='...'>
|
||||
|
||||
.. versionadded:: 3.8
|
||||
|
||||
.. method:: assert_awaited()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user