commit | b9f65f01fd761da7799f36d29b54518399d3458e | [log] [tgz] |
---|---|---|
author | Lisa Roach <lisaroach14@gmail.com> | Mon Sep 09 17:54:13 2019 +0100 |
committer | GitHub <noreply@github.com> | Mon Sep 09 17:54:13 2019 +0100 |
tree | 4dc1722fe081b6bb8b43e9ebbcc48616758cfd85 | |
parent | d14e39c8d9a9b525c7dcd83b2a260e2707fa85c1 [diff] |
bpo-37383: Updates docs to reflect AsyncMock call_count after await. (#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().