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