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: Add tests for various open issues #20720

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

lukemanley
Copy link
Contributor

Adds tests for the following open issues that are already fixed on the main branch:

closes #12957
closes #14881
closes #14992
closes #15523
closes #15583

The following open issues also appear to be fixed on the main branch. This PR does not add any tests for these issues as it appears tests have already been added that cover the originally reported issue. I've noted the tests below and commented on the individual issues. These can either be closed by merging this PR or by closing each issue directly:

closes #12521 -> test_list.py::test_fill_null_empty_list
closes #15151 -> test_decimal.py::test_decimal_round
closes #15130 -> test_parquet.py::test_parquet_array_dtype_nulls
closes #16692 -> test_parquet.py::test_nested_decimal
closes #17013 -> test_unpivot.py::test_unpivot_categorical_global

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Jan 15, 2025
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.93%. Comparing base (84bd611) to head (e4b18ec).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20720      +/-   ##
==========================================
+ Coverage   79.92%   79.93%   +0.01%     
==========================================
  Files        1559     1559              
  Lines      221170   221178       +8     
  Branches     2530     2530              
==========================================
+ Hits       176764   176796      +32     
+ Misses      43824    43800      -24     
  Partials      582      582              

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

@ritchie46
Copy link
Member

Wow, good find. Proper detective skills. 😄

@ritchie46 ritchie46 merged commit f3906ec into pola-rs:main Jan 15, 2025
15 checks passed
@lukemanley lukemanley deleted the test-various-issues branch January 15, 2025 12:05
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
2 participants