◐ Shell
clean mode source ↗

[3.8] docs: Add references to AsyncMock in unittest.mock.patch (GH-13681) by miss-islington · Pull Request #15842 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link Copy Markdown

Contributor

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

)

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

Copy link Copy Markdown

Contributor Author

@mariocj89 and @lisroach: Status check is done, and it's a success ✅ .

1 similar comment

@miss-islington

Copy link Copy Markdown

Contributor Author

@mariocj89 and @lisroach: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit eaa1b09 into python:3.8

Sep 10, 2019

@miss-islington miss-islington deleted the backport-f5e7f39-3.8 branch

September 10, 2019 13:15

@miss-islington

Copy link Copy Markdown

Contributor Author

@mariocj89 and @lisroach: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@asvetlov asvetlov asvetlov approved these changes

Assignees

No one assigned

Labels

docs

Documentation in the Doc dir

skip issue skip news

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @asvetlov @the-knights-who-say-ni @bedevere-bot @mariocj89