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

Method defaultTestResult

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

Source from the content-addressed store, hash-verified

516 return 1
517
518 def defaultTestResult(self):
519 return result.TestResult()
520
521 def shortDescription(self):
522 """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