]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134567: Add the formatter parameter in unittest.TestCase.assertLogs (GH-134570)
authorGarry Cairns <2401853+garry-cairns@users.noreply.github.com>
Wed, 2 Jul 2025 09:51:19 +0000 (10:51 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Jul 2025 09:51:19 +0000 (09:51 +0000)
commit51ab66b3d519d3802430b3a31a135d2670e37408
tree1be35fd6cac2e5769a3d81349829ada6adf7f800
parentb19c9da401b9e81078103861f55e0762b93453f0
gh-134567: Add the formatter parameter in unittest.TestCase.assertLogs (GH-134570)
Doc/library/unittest.rst
Doc/whatsnew/3.15.rst
Lib/test/test_unittest/test_case.py
Lib/unittest/_log.py
Lib/unittest/case.py
Misc/NEWS.d/next/Tests/2025-05-23-09-19-52.gh-issue-134567.hwEIMb.rst [new file with mode: 0644]