Home
last modified time | relevance | path

Searched defs:sortTestMethodsUsing (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/unittest/
Dloader.py44 sortTestMethodsUsing = cmp variable in TestLoader
/external/python/cpython3/Lib/unittest/
Dloader.py72 sortTestMethodsUsing = staticmethod(util.three_way_cmp) variable in TestLoader