MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / loadTestsFromName

Method loadTestsFromName

Lib/unittest/loader.py:77–124  ·  view source on GitHub ↗

Return a suite of all tests cases given a string specifier. The name may resolve either to a module, a test case class, a test method within a test case class, or a callable object which returns a TestCase or TestSuite instance. The method optionally resolves the na

(self, name, module=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 6

loadTestsFromModuleMethod · 0.95
loadTestsFromTestCaseMethod · 0.95
getattrFunction · 0.85
parentFunction · 0.85
splitMethod · 0.80
joinMethod · 0.45