Skip to content
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

Add more pytest idiom to io.excel testing #26784

Closed
3 of 13 tasks
simonjayhawkins opened this issue Jun 11, 2019 · 8 comments
Closed
3 of 13 tasks

Add more pytest idiom to io.excel testing #26784

simonjayhawkins opened this issue Jun 11, 2019 · 8 comments
Labels
Clean good first issue IO Excel read_excel, to_excel Master Tracker High level tracker for similar issues Testing pandas testing functions or related to the test suite

Comments

@simonjayhawkins
Copy link
Member

simonjayhawkins commented Jun 11, 2019

master tracker for follow-ups to #26755 and related PRs

cc @WillAyd

@simonjayhawkins simonjayhawkins added Testing pandas testing functions or related to the test suite IO Excel read_excel, to_excel Master Tracker High level tracker for similar issues Clean labels Jun 11, 2019
@WillAyd
Copy link
Member

WillAyd commented Jun 11, 2019

Thanks for adding this!

@WillAyd WillAyd added this to the Contributions Welcome milestone Jun 11, 2019
@WillAyd
Copy link
Member

WillAyd commented Jun 12, 2019

Some of these I think should be pretty easy, particularly:

So adding "good first issue" label to see if the community would like to pitch in on those

@amine-aboufirass
Copy link

Where is the _WriterBase class? I cannot find it...

@simonjayhawkins
Copy link
Member Author

class _WriterBase:

@jbrockmendel
Copy link
Member

one request that i think is related to this: in tests.io.excel.test_readers there are two fixtures called cd_and_set_engine that end up doing pytest.skip for some parameter pairs. When I see the logs for this I think "oh there must be some missing dependency so we're not getting coverage on these many many skipped tests". can we filter these cases at an earlier stage somehow?

@jbrockmendel
Copy link
Member

#30456 affected the parametrization, not sure how this issue is affected. is the checklist up-to-date?

@jbrockmendel
Copy link
Member

@simonjayhawkins is this actionable/closeable?

@simonjayhawkins
Copy link
Member Author

ok. closing for now. cleaning test files is a perpetual task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean good first issue IO Excel read_excel, to_excel Master Tracker High level tracker for similar issues Testing pandas testing functions or related to the test suite
Projects
None yet
Development

No branches or pull requests

4 participants