mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -6,7 +6,7 @@ import subprocess
|
|||
from test import support
|
||||
import unittest
|
||||
import unittest.test
|
||||
from .test_result import BufferedWriter
|
||||
from unittest.test.test_result import BufferedWriter
|
||||
|
||||
|
||||
class Test_TestProgram(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue