-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
STY: use pytest.raises context syntax #24655
Conversation
I like what you're doing here. Getting the error messages right can sometimes be tricky though... (Trust me, I've had to hack through some of these myself recently 😉 ) |
Codecov Report
@@ Coverage Diff @@
## master #24655 +/- ##
===========================================
- Coverage 92.37% 43.02% -49.36%
===========================================
Files 166 166
Lines 52384 52384
===========================================
- Hits 48391 22539 -25852
- Misses 3993 29845 +25852
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24655 +/- ##
==========================================
- Coverage 92.37% 92.37% -0.01%
==========================================
Files 166 166
Lines 52384 52382 -2
==========================================
- Hits 48391 48389 -2
Misses 3993 3993
Continue to review full report at Codecov.
|
thanks @simonjayhawkins |
* STY: use pytest.raises context syntax * fix CI failures * fix CI failures
* STY: use pytest.raises context syntax * fix CI failures * fix CI failures
xref #24332