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

Method countTestCases

Lib/unittest/suite.py:375–376  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

373 return self.run(result)
374
375 def countTestCases(self):
376 return 0
377
378def _isnotsuite(test):
379 "A crude way to tell apart testcases and suites with duck-typing"

Callers 2

countTestCasesMethod · 0.45
_removeTestAtIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected