Lines Matching refs:test_infos
398 test_infos = []
415 test_infos.append(tinfo)
416 return test_infos
540 test_infos = self._get_test_infos(
543 if test_infos and len(test_infos) > 1 and methods:
544 test_infos = self._get_matched_test_infos(test_infos, methods)
545 if test_infos:
546 tinfos.extend(test_infos)
549 def _get_matched_test_infos(self, test_infos, methods): argument
560 for tinfo in test_infos:
689 test_infos = []
694 test_infos.extend(tinfo)
695 return test_infos if test_infos else None