Searched refs:test_info_set_b (Results 1 – 1 of 1) sorted by relevance
57 def assert_equal_testinfo_sets(test_class, test_info_set_a, test_info_set_b): argument59 test_class.assertEqual(len(test_info_set_a), len(test_info_set_b),61 (len(test_info_set_a), len(test_info_set_b))))66 for test_info_b in test_info_set_b:74 test_info_set_b.remove(test_info_b_to_remove)78 (test_info_a, ';'.join([str(t) for t in test_info_set_b])))