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

Method get_executed

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

Source from the content-addressed store, hash-verified

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)
54 | set(self.resource_denied) | set(self.env_changed)
55 | set(self.run_no_tests))
56
57 def no_tests_run(self) -> bool:
58 return not any((self.good, self.bad, self.skipped, self.interrupted,

Callers 1

display_resultMethod · 0.95

Calls 1

setFunction · 0.85

Tested by

no test coverage detected