Searched refs:test_info_b (Results 1 – 1 of 1) sorted by relevance
45 def assert_equal_testinfos(test_class, test_info_a, test_info_b): argument48 if test_info_a is None or test_info_b is None:49 test_class.assertEqual(test_info_a, test_info_b)54 test_info_b_attr = getattr(test_info_b, attr)79 for test_info_b in test_info_set_b:81 assert_equal_testinfos(test_class, test_info_a, test_info_b)82 test_info_b_to_remove = test_info_b