summaryrefslogtreecommitdiff
path: root/NEWS.d/2020-03-10-19-38-47.bpo-39915.CjPeiY.rst
blob: 2c369474c2df877838b9c1b5d646ea8363e74f0f (plain)
1
2
3
4
Ensure :attr:`unittest.mock.AsyncMock.await_args_list` has call objects in
the order of awaited arguments instead of using
:attr:`unittest.mock.Mock.call_args` which has the last value of the call.
Patch by Karthikeyan Singaravelan.