Home
last modified time | relevance | path

Searched defs:findTestCases (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dloader.py334 def findTestCases(module, prefix='test', sortUsing=cmp_, function
/external/python/cpython2/Lib/unittest/
Dloader.py314 def findTestCases(module, prefix='test', sortUsing=cmp, function
/external/python/cpython3/Lib/unittest/
Dloader.py514 def findTestCases(module, prefix='test', sortUsing=util.three_way_cmp, function