135
def __init__(self, stream, descriptions, verbosity, pb=None):
135
def __init__(self, stream, descriptions, verbosity, pb=None,
136
137
unittest._TextTestResult.__init__(self, stream, descriptions, verbosity)
139
142
def extractBenchmarkTime(self, testCase):
140
143
"""Add a benchmark time for the current test case."""