-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
Eliminated _WriterBase class, removed unused fixtures from methods in pandas/io/excel/test_writers.py #28753
Eliminated _WriterBase class, removed unused fixtures from methods in pandas/io/excel/test_writers.py #28753
Conversation
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.
Thanks for taking a look - this one might be tricky. Do you see a good way to keep all of the fixtures together? The downside to this approach is its not very clear the order in which the fixtures and parameters are getting injected
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.
see #28753 (comment)
this addresses Eliminate _WriterBase class and engine and ext injected into tests #26662 (comment) from #26784 could split into two PRs if it makes it easier to review. |
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.
OK I am on board with this ex @simonjayhawkins outstanding comments
f1dd871
to
f2db75d
Compare
test_basics_with_nan failing. |
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.
@dayoreke lgtm. ping on green.
Thanks @dayoreke Very nice! |
… pandas/io/excel/test_writers.py (pandas-dev#28753)
… pandas/io/excel/test_writers.py (pandas-dev#28753)
… pandas/io/excel/test_writers.py (pandas-dev#28753)
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff