mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
bpo-38753: AsyncMock added in version 3.8 (GH-17102)
This commit is contained in:
parent
444b39bb64
commit
279d8df5e5
1 changed files with 1 additions and 0 deletions
|
@ -915,6 +915,7 @@ object::
|
|||
>>> mock.async_foo
|
||||
<AsyncMock name='mock.async_foo' id='...'>
|
||||
|
||||
.. versionadded:: 3.8
|
||||
|
||||
.. method:: assert_awaited()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue