summaryrefslogtreecommitdiff
path: root/NEWS.d/2019-09-16-09-54-42.bpo-38136.MdI-Zb.rst
blob: 78cad245e67d425b5e784258ab65ef31f680971c (plain)
1
2
3
Changes AsyncMock call count and await count to be two different counters.
Now await count only counts when a coroutine has been awaited, not when it
has been called, and vice-versa. Update the documentation around this.