-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Parameterize more tests #21873
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
TST: Parameterize more tests #21873
Conversation
78677ef
to
b8fd10b
Compare
@@ -21,6 +21,11 @@ | |||
import pandas as pd | |||
|
|||
|
|||
@pytest.fixture(params=[str, compat.text_type]) |
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.
may consider in the future to move this fixture to conftest (needs a good name though)
lgtm. merge on green. |
* frame/test_dtypes.py * series/indexing/test_boolean.py * reshape/merge/test_merge_asof.py
b8fd10b
to
d9a3315
Compare
Codecov Report
@@ Coverage Diff @@
## master #21873 +/- ##
==========================================
- Coverage 91.91% 91.91% -0.01%
==========================================
Files 164 164
Lines 49992 49992
==========================================
- Hits 45952 45951 -1
- Misses 4040 4041 +1
Continue to review full report at Codecov.
|
Finally green! Merging. |
* frame/test_dtypes.py * series/indexing/test_boolean.py * reshape/merge/test_merge_asof.py
Add parameterization to the following tests:
frame/test_dtypes.py
series/indexing/test_boolean.py
reshape/merge/test_merge_asof.py