Lines Matching refs:actual_seq
865 def assertItemsEqual(self, expected_seq, actual_seq, msg=None):867 actual_seq and expected_seq have the same element counts.870 self.assertEqual(Counter(iter(actual_seq)),878 first_seq, second_seq = list(expected_seq), list(actual_seq)