mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
Fix minor issue in implementation of issue 10470.
This commit is contained in:
parent
b3468f79ef
commit
f100dbd600
3 changed files with 54 additions and 30 deletions
|
@ -99,6 +99,7 @@ class InitialisableProgram(unittest.TestProgram):
|
|||
defaultTest = None
|
||||
testRunner = None
|
||||
testLoader = unittest.defaultTestLoader
|
||||
module = '__main__'
|
||||
progName = 'test'
|
||||
test = 'test'
|
||||
def __init__(self, *args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue