Skip to content

Commit 575597f

Browse files
Add AsyncMock to list of available modules from mock
1 parent 118a808 commit 575597f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/usage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Also, as a convenience, these names from the ``mock`` module are accessible dire
2929
* `Mock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.Mock>`_
3030
* `MagicMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.MagicMock>`_
3131
* `PropertyMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.PropertyMock>`_
32+
* `AsyncMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.AsyncMock>`_
3233
* `ANY <https://docs.python.org/3/library/unittest.mock.html#any>`_
3334
* `DEFAULT <https://docs.python.org/3/library/unittest.mock.html#default>`_
3435
* `call <https://docs.python.org/3/library/unittest.mock.html#call>`_

0 commit comments

Comments
 (0)