]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-111019: Align expected and actual titles in test output (GH-111020) (#111025)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Oct 2023 08:04:39 +0000 (10:04 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Oct 2023 08:04:39 +0000 (08:04 +0000)
commit50d936a125b17ff31b527347c0f4c37aa85efb83
tree8d902da6a3bc552197a0af031cd33e20e8cf46bc
parent72131d0610baf5d486b83f79bdb63a75aa22b8f1
[3.11] gh-111019: Align expected and actual titles in test output (GH-111020) (#111025)

gh-111019: Align expected and actual titles in test output (GH-111020)

Align expected and actual titles in output from
assert_has_calls/assert_called_with for greater readability
(cherry picked from commit 77dbd956090aac66e264d9d640f6adb6b0930b87)

Co-authored-by: James <morisja@gmail.com>
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py