Skip to content

Commit 8c0f001

Browse files
bpo-38753: AsyncMock added in version 3.8 (GH-17102)
(cherry picked from commit 279d8df) Co-authored-by: John Belmonte <[email protected]>
1 parent e9039f3 commit 8c0f001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/unittest.mock.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ object::
915915
>>> mock.async_foo
916916
<AsyncMock name='mock.async_foo' id='...'>
917917

918+
.. versionadded:: 3.8
918919

919920
.. method:: assert_awaited()
920921

0 commit comments

Comments
 (0)