commit | 8c0f0016e2d39f86589187db75012238c4e760e9 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Dec 24 20:42:24 2019 -0800 |
committer | GitHub <noreply@github.com> | Tue Dec 24 20:42:24 2019 -0800 |
tree | 6a88b12e173d38d4bd3b7f0efccfba012db36292 | |
parent | e9039f32b3e8b827106cf74db80fbf9477035687 [diff] [blame] |
bpo-38753: AsyncMock added in version 3.8 (GH-17102) (cherry picked from commit 279d8df5e5e8bbd4429420649359f7afcb4c8cce) Co-authored-by: John Belmonte <john@neggie.net>
diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst index ebfaf7d..e92f554 100644 --- a/Doc/library/unittest.mock.rst +++ b/Doc/library/unittest.mock.rst
@@ -915,6 +915,7 @@ >>> mock.async_foo <AsyncMock name='mock.async_foo' id='...'> + .. versionadded:: 3.8 .. method:: assert_awaited()