]> granicus.if.org Git - python/commit
bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Sep 2019 11:42:43 +0000 (04:42 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 11:42:43 +0000 (04:42 -0700)
commitbee8bfe5f440c2dde7f5af189febdbf81b27abd5
treee360d645b33d437f00adab15dc7a4079f47e09f0
parent252267925d3e74cfaf5216ecb0839c89c2a1baa8
bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310)

(cherry picked from commit 9d607061c9c888913ae2c18543775cf360d55f27)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS.d/next/Library/2019-06-22-22-00-35.bpo-37212.Zhv-tq.rst [new file with mode: 0644]