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

Method getStartedResult

Lib/test/test_unittest/test_result.py:836–840  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

834
835
836 def getStartedResult(self):
837 result = unittest.TestResult()
838 result.buffer = True
839 result.startTest(self)
840 return result
841
842 def testBufferOutputAddErrorOrFailure(self):
843 unittest.result.traceback = MockTraceback

Callers 1

Calls 1

startTestMethod · 0.95

Tested by

no test coverage detected