From 575597f490eb2df2b9bc40f2f675edcf592495e6 Mon Sep 17 00:00:00 2001 From: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:42:09 -0400 Subject: [PATCH] Add AsyncMock to list of available modules from mock --- docs/usage.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage.rst b/docs/usage.rst index c576dd0..339746a 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -29,6 +29,7 @@ Also, as a convenience, these names from the ``mock`` module are accessible dire * `Mock `_ * `MagicMock `_ * `PropertyMock `_ +* `AsyncMock `_ * `ANY `_ * `DEFAULT `_ * `call `_