Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ defaultTestResult
Method
defaultTestResult
Lib/test/test_unittest/test_case.py:177–178 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
175
176
class
Foo(Test.LoggingTestCase):
177
def
defaultTestResult(self):
178
return
LoggingResult(self.events)
179
180
def
setUp(self):
181
super(Foo, self).setUp()
Callers
2
run
Method · 0.45
test_defaultTestResult
Method · 0.45
Calls
2
LoggingResult
Class · 0.90
ResultWithNoStartTestRunStopTestRun
Class · 0.90
Tested by
no test coverage detected