You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists Should Be Equal accepts ignore_order (#2703) and Dictionaries Should Be Equal accepts ignore_keys (#2717). Currently both of them only work with the list/dict given to them and not recursively. We added recursive Normalizer class to support case-insensitive comparisons recursively (#4343), and we can easily extend it to handle also other normalization. Then also they will work recursively which I consider useful.
The text was updated successfully, but these errors were encountered:
Lists Should Be Equal
acceptsignore_order
(#2703) andDictionaries Should Be Equal
acceptsignore_keys
(#2717). Currently both of them only work with the list/dict given to them and not recursively. We added recursiveNormalizer
class to support case-insensitive comparisons recursively (#4343), and we can easily extend it to handle also other normalization. Then also they will work recursively which I consider useful.The text was updated successfully, but these errors were encountered: