Lines Matching refs:test_infos
66 test_infos = set()
69 test_infos.add(uc.MODULE_INFO)
71 test_infos.add(uc.CLASS_INFO)
73 test_infos.add(uc.MODULE_INFO_HOST_1)
75 test_infos.add(uc.MODULE_INFO_HOST_2)
76 return test_infos
164 test_infos = ctr._get_test_infos(
167 self, test_infos, expected_test_infos)
168 for test_info in test_infos:
212 test_infos = ctr._get_test_infos(
215 self, test_infos, expected_test_infos)
216 for test_info in test_infos:
249 targets, test_infos = self.ctr.translate(self.args)
252 unittest_utils.assert_strict_equal(self, test_infos, {uc.CLASS_INFO})
261 targets, test_infos = self.ctr.translate(self.args)
264 unittest_utils.assert_strict_equal(self, test_infos, {uc.MODULE_INFO,
281 targets, test_infos = self.ctr.translate(self.args)
284 unittest_utils.assert_strict_equal(self, test_infos, {uc.MODULE_INFO,
299 targets, test_infos = self.ctr.translate(self.args)
302 unittest_utils.assert_strict_equal(self, test_infos, {uc.MODULE_INFO,
447 _, test_infos = self.ctr.translate(self.args)
449 test_infos,