bpo-37383: Updates docs to reflect AsyncMock call_count after await. by lisroach · Pull Request #15761 · python/cpython

@lisroach

@lisroach lisroach changed the title bpo-351428: Updates documentation to reflect AsyncMock call_count aft… bpo-351428: Updates docs to reflect AsyncMock call_count after await.

Sep 9, 2019

@lisroach lisroach changed the title bpo-351428: Updates docs to reflect AsyncMock call_count after await. bpo-37383: Updates docs to reflect AsyncMock call_count after await.

Sep 9, 2019

asvetlov

tirkarthi

@lisroach

@lisroach

tirkarthi

@lisroach

tirkarthi

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

Sep 9, 2019
…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 added a commit that referenced this pull request

Sep 10, 2019
…H-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>

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

Jul 20, 2020
…ython#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().