◐ Shell
clean mode source ↗

[3.8] bpo-37383: Updates docs to reflect AsyncMock call_count after await. (GH-15761) by miss-islington · Pull Request #15810 · 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

@miss-islington miss-islington commented

Sep 9, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

  • bpo-351428: Updates documentation to reflect AsyncMock call_count after await.

  • Adds skip and fixes warning.

  • Removes extra >>>.

  • Adds ... in front of await mock().
    (cherry picked from commit b9f65f0)

Co-authored-by: Lisa Roach lisaroach14@gmail.com

https://bugs.python.org/issue37383

…ythonGH-15761)

* bpo-351428: Updates documentation to reflect AsyncMock call_count after await.

* Adds skip and fixes warning.

* Removes extra >>>.

* Adds ... in front of await mock().
(cherry picked from commit b9f65f0)

Co-authored-by: Lisa Roach <lisaroach14@gmail.com>

@miss-islington

Copy link Copy Markdown

Contributor Author

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

@vstinner vstinner left a comment

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

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

Sep 10, 2019

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

September 10, 2019 07:31

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

Reviewers

@vstinner vstinner vstinner approved these changes

Assignees

No one assigned

Labels

docs

Documentation in the Doc dir

skip news

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @vstinner @the-knights-who-say-ni @bedevere-bot @lisroach