Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ countTestCases
Method
countTestCases
Lib/unittest/suite.py:362–363 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
360
return
self.run(result)
361
362
def
countTestCases(self):
363
return
0
364
365
def
_isnotsuite(test):
366
"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