Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-40275: Avoid importing logging in test.support #19601

Merged
merged 7 commits into from Apr 25, 2020

Commits on Apr 19, 2020

  1. bpo-40275: Avoid importing logging in test.support

    * Import logging lazily in assertLogs() in unittest.
    * Move TestHandler from test.support to test_logging.
    serhiy-storchaka committed Apr 19, 2020