An unordered sequence specific comparison. It asserts that actual_seq and expected_seq have the same element counts. Equivalent to:: self.assertEqual(Counter(iter(actual_seq)), Counter(iter(expected_seq))) Asserts that each element h
(self, expected_seq, actual_seq, msg=None)
source not stored for this graph (policy: none)