Searched refs:max_consecutive_error (Results 1 – 2 of 2) sorted by relevance
58 def repeat(count, max_consecutive_error=None): argument83 if max_consecutive_error is not None and max_consecutive_error > count:90 setattr(func, ATTR_MAX_CONSEC_ERROR, max_consecutive_error)700 max_consecutive_error): argument720 if max_consecutive_error == 0:721 max_consecutive_error = repeat_count733 if consecutive_error_count == max_consecutive_error:1034 max_consecutive_error = getattr(test_method, ATTR_MAX_CONSEC_ERROR, 0)1042 max_consecutive_error)
2336 @base_test.repeat(count=3, max_consecutive_error=4)2412 max_consecutive_error=max_consec_error)2443 max_consecutive_error=max_consec_error)2473 max_consecutive_error=max_consec_error)