-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
TST: Verify parsing of data with encoded special characters (16218) #36841
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
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.
Just one comment otherwise LGTM
pandas/tests/io/test_common.py
Outdated
@pytest.mark.parametrize( | ||
"encoding", ["utf-8", "utf-16", "utf-16-be", "utf-16-le", "utf-32"] | ||
) | ||
def test_parse_encoded_special_characters(encoding): |
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.
Could you move this to pandas/tests/io/parser/test_encoding.py
?
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.
Done
@mroeschke do I need to merge master or is the PR good like this? |
@avinashpancham could you merge master one more time? Sorry, that this has been ignored. Hopefully our flakey CI issues have been solved |
Np @mroeschke, merged master and everything passes now. |
Thanks @avinashpancham |
…andas-dev#36841) * TST: Verify parsing of data with encoded special characters * Move
…andas-dev#36841) * TST: Verify parsing of data with encoded special characters * Move
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff