TST: timeseries tests reorg (original) (raw)

Datetime

we can separate these out to a single file in pandas/tests/indexes/test_datetime.py
The Base class (which powers lots of tests for the sub-classes DatetimeIndex, PeriodIndex, TimedeltaIndex), can move to pandas/tests/indexes/tests_datetimelike.py (and merge with the existing Datetimelike class).

Legacy Tests

Period

Timedelta