]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111019: Align expected and actual titles in test output (#111020)
authorJames <morisja@gmail.com>
Wed, 18 Oct 2023 07:36:16 +0000 (03:36 -0400)
committerGitHub <noreply@github.com>
Wed, 18 Oct 2023 07:36:16 +0000 (08:36 +0100)
commit77dbd956090aac66e264d9d640f6adb6b0930b87
tree29d66940586b49c487ed31c5d7177d2904b7d970
parent738574fb21967a1f313f1542dd7b70ae0dcd9705
gh-111019: Align expected and actual titles in test output (#111020)

Align expected and actual titles in output from
assert_has_calls/assert_called_with for greater readability
Lib/test/test_unittest/testmock/testmock.py
Lib/unittest/mock.py