Closed
Description
Code Sample, a copy-pastable example if possible
pandas/pandas/tests/indexes/test_range.py
Lines 642 to 649 in 36dadd7
Problem description
The test_intersect_str_dates
test within tests/indexes/test_range.py
doesn't appear to have anything to do with RangeIndex
. It seems like this should be moved to tests/indexes/test_base.py
? Happy to submit a PR if this is the case.