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

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/test/test_unittest/testmock/testmock.py
Lib/unittest/mock.py