class documentation

Test all functions in the utils module

Method test_compare_dicts Check if dictionaries are compared correctly.
Method test_compare_lists Check if lists are compared correctly
Method test_compare_misc Check other miscellaneous compares.
Method test_compare_ndarray_subclasses Check that subclasses of ndarray are handled with the ndarray branch.
Method test_compare_sets Check if sets are compared correctly
Method test_compare_tuples Check if tuples are compared correctly
Method test_safe_repr Does safe_repr limit the amount of characters in a repr?
def test_compare_dicts(self): (source)

Check if dictionaries are compared correctly.

def test_compare_lists(self): (source)

Check if lists are compared correctly

def test_compare_misc(self): (source)

Check other miscellaneous compares.

def test_compare_ndarray_subclasses(self): (source)

Check that subclasses of ndarray are handled with the ndarray branch.

def test_compare_sets(self): (source)

Check if sets are compared correctly

def test_compare_tuples(self): (source)

Check if tuples are compared correctly

def test_safe_repr(self): (source)

Does safe_repr limit the amount of characters in a repr?