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

Method debug

Lib/unittest/suite.py:85–88  ·  view source on GitHub ↗

Run the tests without collecting errors in a TestResult

(self)

Source from the content-addressed store, hash-verified

83 return self.run(*args, **kwds)
84
85 def debug(self):
86 """Run the tests without collecting errors in a TestResult"""
87 for test in self:
88 test.debug()
89
90
91class TestSuite(BaseTestSuite):

Callers

nothing calls this directly

Calls 1

debugMethod · 0.45

Tested by

no test coverage detected