◐ Shell
clean mode source ↗

docs: Add references to AsyncMock in unittest.mock.patch by mariocj89 · Pull Request #13681 · python/cpython

@bedevere-bot added the docs

Documentation in the Doc dir

label

May 30, 2019

cjw296

Update the docs as patch can now return an AsyncMock if the patched
object is an async function.

lisroach

asvetlov

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 10, 2019
)

Update the docs as patch can now return an AsyncMock if the patched
object is an async function.
(cherry picked from commit f5e7f39)

Co-authored-by: Mario Corchero <mcorcherojim@bloomberg.net>

miss-islington added a commit that referenced this pull request

Sep 10, 2019
Update the docs as patch can now return an AsyncMock if the patched
object is an async function.
(cherry picked from commit f5e7f39)

Co-authored-by: Mario Corchero <mcorcherojim@bloomberg.net>

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
Update the docs as patch can now return an AsyncMock if the patched
object is an async function.