-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
REF/TST: Add more pytest idiom to parsers tests #23761
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/comment --> parser/test_comment * parser/converters --> parser/test_converters * parser/compression --> parser/test_compression * parser/dialect --> parser/test_dialect Builds off of pandas-devgh-23712.
d2f762b
to
f6d291e
Compare
Codecov Report
@@ Coverage Diff @@
## master #23761 +/- ##
=======================================
Coverage 92.23% 92.23%
=======================================
Files 161 161
Lines 51408 51408
=======================================
Hits 47416 47416
Misses 3992 3992
Continue to review full report at Codecov.
|
Is this running the same number of tests as before? Might have missed it in another change but not immediately apparent how these are getting run for each of the subclasses. Totally +1 on the change just want to double check we get the proper execution |
thanks @gfyoung some minor comments can followup with (or create issues if they are non-trivial). |
@WillAyd : All of the tests are intact. You are more than welcome to confirm. 🙂 |
Adds more idiom to the following: * parser/comment --> parser/test_comment * parser/converters --> parser/test_converters * parser/compression --> parser/test_compression * parser/dialect --> parser/test_dialect Builds off of pandas-devgh-23712.
Adds more idiom to the following: * parser/comment --> parser/test_comment * parser/converters --> parser/test_converters * parser/compression --> parser/test_compression * parser/dialect --> parser/test_dialect Builds off of pandas-devgh-23712.
Adds more idiom to the following: * parser/comment --> parser/test_comment * parser/converters --> parser/test_converters * parser/compression --> parser/test_compression * parser/dialect --> parser/test_dialect Builds off of pandas-devgh-23712.
Adds more idiom to the following:
parser/comment
-->parser/test_comment
parser/converters
-->parser/test_converters
parser/compression
-->parser/test_compression
parser/dialect
-->parser/test_dialect
Builds off of #23712.
In the interest of keeping the diff somewhat manageable, I only modified these four (i.e. we can't get rid of
test_parsers.py
yet), so we're still in this weird intermediary state, but that's fine.