Skip to content

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

Merged
merged 3 commits into from
Oct 12, 2020

Conversation

avinashpancham
Copy link
Contributor

Copy link
Member

@mroeschke mroeschke left a 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

@pytest.mark.parametrize(
"encoding", ["utf-8", "utf-16", "utf-16-be", "utf-16-le", "utf-32"]
)
def test_parse_encoded_special_characters(encoding):
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Oct 4, 2020
@mroeschke mroeschke added this to the 1.2 milestone Oct 4, 2020
@avinashpancham
Copy link
Contributor Author

@mroeschke do I need to merge master or is the PR good like this?

@mroeschke
Copy link
Member

@avinashpancham could you merge master one more time? Sorry, that this has been ignored. Hopefully our flakey CI issues have been solved

@avinashpancham
Copy link
Contributor Author

avinashpancham commented Oct 12, 2020

Np @mroeschke, merged master and everything passes now.

@mroeschke mroeschke merged commit 9a94532 into pandas-dev:master Oct 12, 2020
@mroeschke
Copy link
Member

Thanks @avinashpancham

JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Oct 26, 2020
…andas-dev#36841)

* TST: Verify parsing of data with encoded special characters

* Move
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
…andas-dev#36841)

* TST: Verify parsing of data with encoded special characters

* Move
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect parsing of UTF-16 TSV if file includes Unicode 'FULLWIDTH COLON' (U+FF1A)
2 participants