]> granicus.if.org Git - python/commit
bpo-35500: align expected and actual calls on mock.assert_called_with error message...
authorSusan Su <susansu.software@gmail.com>
Thu, 14 Feb 2019 02:22:29 +0000 (18:22 -0800)
committerLisa Roach <lisaroach14@gmail.com>
Thu, 14 Feb 2019 02:22:29 +0000 (18:22 -0800)
commit2bdd5858e3f89555c8de73a0f307d63536129dbd
tree244b0cf7117ac457358e249db39516814801d787
parent1dc5cb9cb3447211069a7788208254b1cfa8ec98
bpo-35500: align expected and actual calls on mock.assert_called_with error message. (GH-11804)
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS.d/next/Library/2019-02-10-00-00-13.bpo-35500.1HOMmo.rst [new file with mode: 0644]