-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
REF/TST: Add more pytest idiom to test_to_html.py #24609
Conversation
lgtm. ping on green. |
Codecov Report
@@ Coverage Diff @@
## master #24609 +/- ##
==========================================
+ Coverage 92.38% 92.38% +<.01%
==========================================
Files 166 166
Lines 52490 52490
==========================================
+ Hits 48493 48494 +1
+ Misses 3997 3996 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24609 +/- ##
==========================================
- Coverage 92.38% 92.37% -0.01%
==========================================
Files 166 166
Lines 52490 52471 -19
==========================================
- Hits 48493 48471 -22
- Misses 3997 4000 +3
Continue to review full report at Codecov.
|
assert expected in result | ||
|
||
|
||
def test_display_option_warning(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pandas/tests/io/formats/test_to_html.py(244,): error : Found unwanted pattern: with pytest.warns(FutureWarning, match=msg)
Bash exited with code '1'.
use assert_produces_warning
thanks! |
No description provided.