mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
bpo-46425: Fix direct invocation of multiple test modules (GH-30666)
This commit is contained in:
parent
ff7703c4b6
commit
1292aa6db5
6 changed files with 8 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue