Tin mới
serhiy-storchaka:test-support-logging
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
bpo-40275: Avoid importing logging in test.support
[WIP] bpo-40275: Add loggingutils in test.support #19599
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Move TestHandler to logging_helper.
Import logging and create _CapturingHandler only once.
Move _AssertLogsContext in a private unittest._log submodule.
Merge branch 'master' into test-support-logging
Remove empty lines at the end.
Merge branch 'master' of github.com:python/cpython into fix-issue21914