]> granicus.if.org Git - python/commit
bpo-37383: Updates docs to reflect AsyncMock call_count after await. (GH-15761)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Sep 2019 07:31:34 +0000 (00:31 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 07:31:34 +0000 (00:31 -0700)
commitd4391aa5eb4767e19b7b380a836413e7c47f1fb4
treecceef601d1f0b353a9f6d997e6420d1007b74a13
parent29bde48ade5dbd5d88cfe309653014c84bebb89c
bpo-37383: Updates docs to reflect AsyncMock call_count after await. (GH-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 b9f65f01fd761da7799f36d29b54518399d3458e)

Co-authored-by: Lisa Roach <lisaroach14@gmail.com>
Doc/library/unittest.mock.rst