Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
378
def
_isnotsuite(test):
379
"A crude way to tell apart testcases and suites with duck-typing"
Callers
2
countTestCases
Method · 0.45
_removeTestAtIndex
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected