Skip to content

Commit f464384

Browse files
committed
Reorganize pandas/tests/test_index.py
1 parent f73c17b commit f464384

13 files changed

+7267
-7146
lines changed

pandas/tests/indexes/__init__.py

Whitespace-only changes.

pandas/tests/indexes/common.py

+678
Large diffs are not rendered by default.

pandas/tests/indexes/test_base.py

+1,490
Large diffs are not rendered by default.

pandas/tests/indexes/test_category.py

+662
Large diffs are not rendered by default.

pandas/tests/indexes/test_datetimelike.py

+855
Large diffs are not rendered by default.

pandas/tests/indexes/test_multi.py

+1,949
Large diffs are not rendered by default.

pandas/tests/indexes/test_numeric.py

+824
Large diffs are not rendered by default.

pandas/tests/indexes/test_range.py

+806
Large diffs are not rendered by default.

pandas/tests/test_index.py

-7,146
This file was deleted.

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ def pxd(name):
544544
'pandas.computation',
545545
'pandas.computation.tests',
546546
'pandas.core',
547+
'pandas.indexes',
547548
'pandas.io',
548549
'pandas.rpy',
549550
'pandas.sandbox',
@@ -553,6 +554,7 @@ def pxd(name):
553554
'pandas.util',
554555
'pandas.tests',
555556
'pandas.tests.frame',
557+
'pandas.tests.indexes',
556558
'pandas.tests.test_msgpack',
557559
'pandas.tools',
558560
'pandas.tools.tests',
@@ -580,6 +582,7 @@ def pxd(name):
580582
'pandas.tools': ['tests/*.csv'],
581583
'pandas.tests': ['data/*.pickle',
582584
'data/*.csv'],
585+
'pandas.tests.indexes': ['data/*.pickle'],
583586
'pandas.tseries.tests': ['data/*.pickle',
584587
'data/*.csv']
585588
},

0 commit comments

Comments
 (0)