Home | History | Annotate | Download | only in unittest

Lines Matching refs:list2

732     def assertListEqual(self, list1, list2, msg=None):
737 list2: The second list to compare.
742 self.assertSequenceEqual(list1, list2, msg, seq_type=list)