222
222
'%s is leaking threads among %d leaking tests.\n' % (
223
223
TestCase._first_thread_leaker_id,
224
224
TestCase._leaking_threads_tests))
226
230
def _extractBenchmarkTime(self, testCase):
227
231
"""Add a benchmark time for the current test case."""