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

Method set_env_changed

Lib/test/libregrtest/result.py:178–180  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 return State.has_meaningful_duration(self.state)
177
178 def set_env_changed(self):
179 if self.state is None or self.state == State.PASSED:
180 self.state = State.ENV_CHANGED
181
182 def must_stop(self, fail_fast: bool, fail_env_changed: bool) -> bool:
183 if State.must_stop(self.state):

Callers 2

_runtestMethod · 0.80
_runtest_env_changed_excFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected