Skip to content
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

Added functionality to assert_equal independent of the order #2

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

Somtom
Copy link
Collaborator

@Somtom Somtom commented Oct 16, 2023

Problem

Currently, when calling .assert_equal, we always depend on the order of "rows" in the list of dictionaries.
We should have the ability to also compare ignoring the order

What changed

  • Added a new function parameter ignore_order which is True by default

@Somtom Somtom self-assigned this Oct 16, 2023
@Somtom Somtom force-pushed the equality-independent-of-order branch from 01ceb25 to f7a8262 Compare October 16, 2023 15:11
@Somtom Somtom merged commit 5c30070 into main Oct 16, 2023
2 checks passed
@Somtom Somtom deleted the equality-independent-of-order branch October 16, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant