Skip to content

Commit

Permalink
Merge pull request #471 from mishaschwartz/patch-1
Browse files Browse the repository at this point in the history
Add `AsyncMock` to list of available modules from `unittest.mock` in documentation
  • Loading branch information
nicoddemus authored Nov 1, 2024
2 parents 118a808 + 575597f commit 594d7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Also, as a convenience, these names from the ``mock`` module are accessible dire
* `Mock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.Mock>`_
* `MagicMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.MagicMock>`_
* `PropertyMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.PropertyMock>`_
* `AsyncMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.AsyncMock>`_
* `ANY <https://docs.python.org/3/library/unittest.mock.html#any>`_
* `DEFAULT <https://docs.python.org/3/library/unittest.mock.html#default>`_
* `call <https://docs.python.org/3/library/unittest.mock.html#call>`_
Expand Down

0 comments on commit 594d7f8

Please sign in to comment.