TestRevertAndConvertAttrs.assertListEqual#
- TestRevertAndConvertAttrs.assertListEqual(list1, list2, msg=None)#
A list-specific equality assertion.
- Parameters:
list1 – The first list to compare.
list2 – The second list to compare.
msg – Optional message to use on failure instead of a list of differences.