-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF/TST: Add more pytest idiom to parsers tests #23810
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
Conversation
Hello @gfyoung! Thanks for submitting the PR.
|
Adds more idiom to the following: * parser/header --> parser/test_header * parser/dtypes --> parser/test_dtypes * parser/index_col --> parser/test_index_col * parser/mangle_dupes --> parser/test_mangle_dupes Builds off of pandas-devgh-23712.
cb629d0
to
73bdfad
Compare
Codecov Report
@@ Coverage Diff @@
## master #23810 +/- ##
=======================================
Coverage 92.28% 92.28%
=======================================
Files 161 161
Lines 51457 51457
=======================================
Hits 47489 47489
Misses 3968 3968
Continue to review full report at Codecov.
|
thanks! |
…fixed * upstream/master: DOC: Removing rpy2 dependencies, and converting examples using it to regular code blocks (pandas-dev#23737) BUG: Fix dtype=str converts NaN to 'n' (pandas-dev#22564) DOC: update pandas.core.resample.Resampler.nearest docstring (pandas-dev#20381) REF/TST: Add more pytest idiom to parsers tests (pandas-dev#23810) Added support for Fraction and Number (PEP 3141) to pandas.api.types.is_scalar (pandas-dev#22952) DOC: Updating to_timedelta docstring (pandas-dev#23259)
Adds more idiom to the following: * parser/header --> parser/test_header * parser/dtypes --> parser/test_dtypes * parser/index_col --> parser/test_index_col * parser/mangle_dupes --> parser/test_mangle_dupes Builds off of pandas-devgh-23712.
Adds more idiom to the following: * parser/header --> parser/test_header * parser/dtypes --> parser/test_dtypes * parser/index_col --> parser/test_index_col * parser/mangle_dupes --> parser/test_mangle_dupes Builds off of pandas-devgh-23712.
Adds more idiom to the following:
parser/header
-->parser/test_header
parser/dtypes
-->parser/test_dtypes
parser/index_col
-->parser/test_index_col
parser/mangle_dupes
-->parser/test_mangle_dupes
Builds off of #23712.