/usr/local/lib64/python3.6/site-packages/pandas/tests/arrays/categorical
NameSizeModeActions
__pycache__/-0755rm
common.py2040644editdlrm
conftest.py1660644editdlrm
test_algos.py72160644editdlrm
test_analytics.py143880644editdlrm
test_api.py205580644editdlrm
test_constructors.py270440644editdlrm
test_dtypes.py66920644editdlrm
test_indexing.py104150644editdlrm
test_missing.py55890644editdlrm
test_operators.py166730644editdlrm
test_replace.py16060644editdlrm
test_repr.py262890644editdlrm
test_sorting.py49660644editdlrm
test_subclass.py8520644editdlrm
test_warnings.py9190644editdlrm
__init__.py00644editdlrm
Edit: /usr/local/lib64/python3.6/site-packages/pandas/tests/arrays/categorical/common.py (204B)
from pandas import Categorical class TestCategorical: def setup_method(self, method): self.factor = Categorical( ["a", "b", "b", "a", "a", "c", "c", "c"], ordered=True )