520
524
def assertContentEqual(self, iter1, iter2):
521
525
"""Assert that 'iter1' has the same content as 'iter2'."""
525
list1, list2, '%s != %s' % (pformat(list1), pformat(list2)))
527
528
def assertRaisesWithContent(self, exception, exception_content,