Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Collections: Make ignore_order and ignore_keys recursive #4952

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pekkaklarck opened this issue Nov 22, 2023 · 0 comments
Closed

Collections: Make ignore_order and ignore_keys recursive #4952

pekkaklarck opened this issue Nov 22, 2023 · 0 comments

Comments

@pekkaklarck
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant