MCPcopy Index your code
hub / github.com/python/cpython / debug

Method debug

Lib/unittest/suite.py:86–89  ·  view source on GitHub ↗

Run the tests without collecting errors in a TestResult

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

debugMethod · 0.45

Tested by

no test coverage detected