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

Method defaultTestResult

Lib/unittest/case.py:511–512  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

509 return 1
510
511 def defaultTestResult(self):
512 return result.TestResult()
513
514 def shortDescription(self):
515 """Returns a one-line description of the test, or None if no

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected