Searched refs:at_most_times (Results 1 – 2 of 2) sorted by relevance
176 …def assert_event_occurs_at_most(self, match_fn, at_most_times, timeout=timedelta(seconds=DEFAULT_T… argument190 while len(event_list) <= at_most_times and datetime.now() < end_time:202 len(event_list) <= at_most_times,203 msg=("Expected at most %d events, but got %d" % (at_most_times, len(event_list))))
165 at_most_times=3)172 at_most_times=2)