sknano.testing.GeneratorTestFixtures.assertListEqual

GeneratorTestFixtures.assertListEqual(list1, list2, msg=None)[source]

A list-specific equality assertion.

Args:

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.