MCPcopy 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
365def _isnotsuite(test):
366 "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