Skip to content

Commit 8594b7d

Browse files
authored
TST: create pandas/tests/arrays to consolidate pandas-extension array testing (#21795)
1 parent f49355d commit 8594b7d

16 files changed

+4
-4
lines changed

pandas/tests/arrays/categorical/__init__.py

Whitespace-only changes.

pandas/tests/categorical/test_api.py renamed to pandas/tests/arrays/categorical/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from pandas import Categorical, CategoricalIndex, Index, Series, DataFrame
99

1010
from pandas.core.arrays.categorical import _recode_for_categories
11-
from pandas.tests.categorical.common import TestCategorical
11+
from pandas.tests.arrays.categorical.common import TestCategorical
1212

1313

1414
class TestCategoricalAPI(object):

pandas/tests/categorical/test_indexing.py renamed to pandas/tests/arrays/categorical/test_indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import pandas.util.testing as tm
88
from pandas import Categorical, Index, CategoricalIndex, PeriodIndex
9-
from pandas.tests.categorical.common import TestCategorical
9+
from pandas.tests.arrays.categorical.common import TestCategorical
1010

1111

1212
class TestCategoricalIndexingWithFactor(TestCategorical):

0 commit comments

Comments
 (0)