]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119780: Adjust exception messages in Lib/test/test_format.py (GH-119781)
authorSergey B Kirpichev <skirpichev@gmail.com>
Fri, 31 May 2024 08:07:16 +0000 (11:07 +0300)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 08:07:16 +0000 (11:07 +0300)
commitb278c723d79a238b14e99908e83f4b1b6a39ed3d
treee49caccfb539414629c9d734cd222d700f760a68
parent010aaa32fb93c5033a698d7213469af02d76fef3
gh-119780: Adjust exception messages in Lib/test/test_format.py (GH-119781)

Mismatches were just output to the stdout, without making the test failing.
Lib/test/test_format.py