140
140
def __init__(self, stream, descriptions, verbosity, pb=None,
142
147
unittest._TextTestResult.__init__(self, stream, descriptions, verbosity)
144
149
if bench_history is not None:
148
157
bench_history.write("--date %s %s\n" % (time.time(), revision_id))
149
158
self._bench_history = bench_history