Searched refs:sortTestMethodsUsing (Results 1 – 5 of 5) sorted by relevance
72 sortTestMethodsUsing = staticmethod(util.three_way_cmp) variable in TestLoader238 if self.sortTestMethodsUsing:239 testFnNames.sort(key=functools.cmp_to_key(self.sortTestMethodsUsing))472 loader.sortTestMethodsUsing = sortUsing
69 sortTestMethodsUsing = staticmethod(util.three_way_cmp) variable in TestLoader225 if self.sortTestMethodsUsing:226 testFnNames.sort(key=functools.cmp_to_key(self.sortTestMethodsUsing))