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

Method no_tests_run

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

Source from the content-addressed store, hash-verified

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,
59 self.env_changed))
60
61 def get_state(self, fail_env_changed: bool) -> str:
62 state = []

Callers 2

get_stateMethod · 0.95
get_exitcodeMethod · 0.95

Calls 1

anyFunction · 0.50

Tested by

no test coverage detected