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

@ -18,8 +18,9 @@ import sys
from tempfile import TemporaryFile
from test.support import os_helper
from test.support import TESTFN, requires_zlib
from test.support import requires_zlib
TESTFN = os_helper.TESTFN
TESTFN2 = TESTFN + "2"
# How much time in seconds can pass before we print a 'Still working' message.