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

test: Name tests so they actually run #17690

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

MarcoGorelli
Copy link
Collaborator

@MarcoGorelli MarcoGorelli commented Jul 17, 2024

Looks like there's a repeat of #6316 😛

Drive-by: use MutablePlString instead of MutableBinaryViewArray::<str>

@MarcoGorelli MarcoGorelli changed the title test: name tests so they actually run test: Name tests so they actually run Jul 17, 2024
@github-actions github-actions bot added title needs formatting internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars and removed title needs formatting labels Jul 17, 2024
Comment on lines -51 to -52
def is_not_sorted(s: pl.Series) -> bool:
return not is_sorted_any(s)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another drive-by: removing this unused function 👻

def index_not_silently_excluded() -> None:
def test_index_not_silently_excluded() -> None:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tylerriccio33 just fyi, if you name the test index_not_silently_excluded then pytest won't execute it

@MarcoGorelli MarcoGorelli marked this pull request as ready for review July 17, 2024 14:58
Copy link

codecov bot commented Jul 17, 2024

Codecov Report

Attention: Patch coverage is 91.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 80.45%. Comparing base (8367381) to head (27d29b4).

Files Patch % Lines
...es/polars-parquet/src/arrow/read/statistics/mod.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17690      +/-   ##
==========================================
- Coverage   80.45%   80.45%   -0.01%     
==========================================
  Files        1498     1498              
  Lines      196456   196454       -2     
  Branches     2789     2789              
==========================================
- Hits       158060   158054       -6     
- Misses      37883    37888       +5     
+ Partials      513      512       -1     

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

@ritchie46 ritchie46 merged commit f253f99 into pola-rs:main Jul 17, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants