bpo-46425: Fix direct invocation of multiple test modules (GH-30666)

This commit is contained in:
Nikita Sobolev 2022-01-18 22:28:18 +03:00 committed by GitHub
parent ff7703c4b6
commit 1292aa6db5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 9 deletions

View file

@ -5,7 +5,7 @@ the test_suite() function there returns a test suite that's ready to
be run.
"""
import warnings
import unittest
from test import support
from test.support import warnings_helper