Fix minor issue in implementation of issue 10470.

This commit is contained in:
Michael Foord 2010-12-19 03:59:10 +00:00
parent b3468f79ef
commit f100dbd600
3 changed files with 54 additions and 30 deletions

View file

@ -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):