Home
last modified time | relevance | path

Searched refs:findTestCases (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/unittest/
D__init__.py63 findTestCases)
Dloader.py314 def findTestCases(module, prefix='test', sortUsing=cmp, function
/external/python/cpython3/Lib/unittest/
D__init__.py63 findTestCases)
Dloader.py514 def findTestCases(module, prefix='test', sortUsing=util.three_way_cmp, function
/external/python/cpython2/Lib/test/support/
D__init__.py1618 suite.addTest(unittest.findTestCases(sys.modules[cls]))
/external/python/cpython3/Lib/test/support/
D__init__.py1987 suite.addTest(unittest.findTestCases(sys.modules[cls]))