Lines Matching refs:test_infos
62 test_infos = set()
65 test_infos.add(uc.MODULE_INFO)
67 test_infos.add(uc.CLASS_INFO)
68 return test_infos
154 test_infos = ctr._get_test_infos(
157 self, test_infos, expected_test_infos)
158 for test_info in test_infos:
202 test_infos = ctr._get_test_infos(
205 self, test_infos, expected_test_infos)
206 for test_info in test_infos:
222 targets, test_infos = self.ctr.translate(self.args)
225 unittest_utils.assert_strict_equal(self, test_infos, {uc.CLASS_INFO})
233 targets, test_infos = self.ctr.translate(self.args)
236 unittest_utils.assert_strict_equal(self, test_infos, {uc.MODULE_INFO,
249 targets, test_infos = self.ctr.translate(self.args)
252 unittest_utils.assert_strict_equal(self, test_infos, {uc.MODULE_INFO,
266 targets, test_infos = self.ctr.translate(self.args)
269 unittest_utils.assert_strict_equal(self, test_infos, {uc.MODULE_INFO,