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

feat(python): Add check_order parameter to assert_series_equal #16778

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented Jun 6, 2024

Similar to assert_frame_equal, this allows you to ignore the order in which elements appear.

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels Jun 6, 2024
@stinodego stinodego marked this pull request as ready for review June 6, 2024 13:50
@stinodego stinodego requested a review from orlp June 6, 2024 13:50
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.32%. Comparing base (4d35be2) to head (932720f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16778      +/-   ##
==========================================
+ Coverage   81.29%   81.32%   +0.02%     
==========================================
  Files        1424     1424              
  Lines      187205   187208       +3     
  Branches     2714     2715       +1     
==========================================
+ Hits       152194   152244      +50     
+ Misses      34514    34467      -47     
  Partials      497      497              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stinodego stinodego merged commit b80972b into main Jun 6, 2024
16 checks passed
@stinodego stinodego deleted the asserts-check-order branch June 6, 2024 14:15
Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant