Searched refs:ok_status (Results 1 – 1 of 1) sorted by relevance
62 def ok_status(self) -> bool: member in Test587 failed_subtests = [sub for sub in test.subtests if not sub.ok_status()]628 if test.ok_status() or test.counts.total() < 100: