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

docs(python): Mark hypothesis testing functionality as unstable #17258

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

stinodego
Copy link
Contributor

@stinodego stinodego commented Jun 28, 2024

There is quite some fine-tuning needed still - I don't want to be constrained by the existing API.

I don't think there are a lot of people out there using this functionality. Plus, it's purely for testing code, so changes here are not going to break production pipelines.

So let's mark these as unstable for now to make improvements easier.

Note: I did not make these raise an UnstableWarning on use because it's testing functionality and raising warnings from testing utils might disturb the testing suite.

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Jun 28, 2024
@stinodego stinodego marked this pull request as ready for review June 28, 2024 05:41
Copy link

codecov bot commented Jun 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.83%. Comparing base (01a65f0) to head (5b32a8e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17258      +/-   ##
==========================================
+ Coverage   80.82%   80.83%   +0.01%     
==========================================
  Files        1466     1466              
  Lines      192324   192324              
  Branches     2745     2745              
==========================================
+ Hits       155437   155466      +29     
+ Misses      36384    36355      -29     
  Partials      503      503              

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

@ritchie46 ritchie46 merged commit 7f99de8 into main Jun 28, 2024
17 checks passed
@ritchie46 ritchie46 deleted the hypothesis-unstable branch June 28, 2024 08:13
@c-peters c-peters added the accepted Ready for implementation label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation documentation Improvements or additions to documentation python Related to Python Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants