Skip to content

Conversation

@dsaxton
Copy link
Contributor

@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
Contributor 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

2 participants