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