[3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (GH-30699)

This commit is contained in:
Nikita Sobolev 2022-01-20 04:44:21 +03:00 committed by GitHub
parent 07b12fdf55
commit a6a0885480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 8 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