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

Error message and warning improvements #4199

Merged
merged 6 commits into from
Dec 8, 2024

Conversation

tybug
Copy link
Member

@tybug tybug commented Dec 7, 2024

Addresses #4197, plus one which I ran into while reproducing, plus one which I've had on the back of my mind for a long time (st.text("ascii") has bitten me before.)

Tests for #4197 coming at a later date; I sleep now 🙂

@tybug tybug requested a review from Zac-HD as a code owner December 7, 2024 07:32
Comment on lines +295 to +296
with warnings.catch_warnings():
warnings.simplefilter("error")
Copy link
Member

Choose a reason for hiding this comment

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

I will be so happy when 3.10 goes EOL and I can use with catch_warnings(action="error"):... the ~six-year lag between CPython contributions and getting to use them in oss is so painful sometimes.

@tybug tybug merged commit d4bad35 into HypothesisWorks:master Dec 8, 2024
49 checks passed
@tybug tybug deleted the legibility branch December 8, 2024 21:16
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.

2 participants