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

Method debug

Lib/unittest/suite.py:134–137  ·  view source on GitHub ↗

Run the tests without collecting errors in a TestResult

(self)

Source from the content-addressed store, hash-verified

132 return result
133
134 def debug(self):
135 """Run the tests without collecting errors in a TestResult"""
136 debug = _DebugResult()
137 self.run(debug, True)
138
139 ################################
140

Callers 3

debugMethod · 0.45
runMethod · 0.45

Calls 2

runMethod · 0.95
_DebugResultClass · 0.85