MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / stop

Method stop

tools/python-3.11.9-amd64/Lib/unittest/result.py:169–171  ·  view source on GitHub ↗

Indicates that the tests should be aborted.

(self)

Source from the content-addressed store, hash-verified

167 len(self.unexpectedSuccesses) == 0))
168
169 def stop(self):
170 """Indicates that the tests should be aborted."""
171 self.shouldStop = True
172
173 def _exc_info_to_string(self, err, test):
174 """Converts a sys.exc_info()-style tuple of values into a string."""

Callers 3

addSubTestMethod · 0.95
test_stopMethod · 0.95
innerFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_stopMethod · 0.76