Skip to content

CLN: Split integer array tests #32910

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 11 commits into from
Mar 24, 2020
Merged

CLN: Split integer array tests #32910

merged 11 commits into from
Mar 24, 2020

Conversation

dsaxton
Copy link
Member

@dsaxton dsaxton commented Mar 22, 2020

Follow-up to #32780 (as with that PR there shouldn't be any changes to testing logic here)

@jreback jreback added ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite labels Mar 22, 2020
@@ -0,0 +1,52 @@
import numpy as np
import pytest
Copy link
Contributor

Choose a reason for hiding this comment

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

this overlaps a lot with test_casting.py can you just make one and/or make it clear what is in one vs the other.

Copy link
Member Author

Choose a reason for hiding this comment

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

Moved casting tests into test_dtypes.py

@jreback jreback added this to the 1.1 milestone Mar 22, 2020
@jreback jreback merged commit 55df1e8 into pandas-dev:master Mar 24, 2020
@jreback
Copy link
Contributor

jreback commented Mar 24, 2020

thanks @dsaxton

@dsaxton dsaxton deleted the integer-tests branch March 24, 2020 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants