782
782
_gather_lsprof_in_benchmarks = False
783
783
attrs_to_keep = ('id', '_testMethodName', '_testMethodDoc',
784
784
'_log_contents', '_log_file_name', '_benchtime',
787
787
def __init__(self, methodName='testMethod'):
788
788
super(TestCase, self).__init__(methodName)