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

Method countTestCases

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

Source from the content-addressed store, hash-verified

506 "Hook method for deconstructing the class fixture after running all tests in the class."
507
508 def countTestCases(self):
509 return 1
510
511 def defaultTestResult(self):
512 return result.TestResult()

Calls

no outgoing calls