Searched defs:sortTestMethodsUsing (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/unittest/ | ||
D | loader.py | 44 sortTestMethodsUsing = cmp variable in TestLoader |
/external/python/cpython3/Lib/unittest/ | ||
D | loader.py | 72 sortTestMethodsUsing = staticmethod(util.three_way_cmp) variable in TestLoader |