MCPcopy Index your code
hub / github.com/RustPython/RustPython / is_all_good

Method is_all_good

Lib/test/libregrtest/results.py:46–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.covered_lines: set[Location] = set()
45
46 def is_all_good(self) -> bool:
47 return (not self.bad
48 and not self.skipped
49 and not self.interrupted
50 and not self.worker_bug)
51
52 def get_executed(self) -> set[TestName]:
53 return (set(self.good) | set(self.bad) | set(self.skipped)

Callers 1

display_resultMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected