Skip to content

Commit c07a8eb

Browse files
jrebackvictor
authored andcommitted
TST: create pandas/tests/arrays to consolidate pandas-extension array testing (pandas-dev#21795)
1 parent e120c09 commit c07a8eb

16 files changed

+4
-4
lines changed
File renamed without changes.

pandas/tests/arrays/categorical/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without 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):
File renamed without changes.
File renamed without changes.

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)