We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 118a808 + 575597f commit 594d7f8Copy full SHA for 594d7f8
docs/usage.rst
@@ -29,6 +29,7 @@ Also, as a convenience, these names from the ``mock`` module are accessible dire
29
* `Mock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.Mock>`_
30
* `MagicMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.MagicMock>`_
31
* `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>`_
33
* `ANY <https://docs.python.org/3/library/unittest.mock.html#any>`_
34
* `DEFAULT <https://docs.python.org/3/library/unittest.mock.html#default>`_
35
* `call <https://docs.python.org/3/library/unittest.mock.html#call>`_
0 commit comments