summaryrefslogtreecommitdiff
path: root/Lib/unittest/_log.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-40275: Avoid importing logging in test.support (GH-19601)Serhiy Storchaka2020-04-251-0/+69
Import logging lazily in assertLogs() in unittest. Move TestHandler from test.support to logging_helper.