U
    sVc                     @   s2   d dl Zd dlmZ d dlmZ G dd dZdS )    N)
date_rangec                   @   s   e Zd Zdd ZdS )	TestSplitc                 C   s:   t dddd}tj|g dd }|d }t|| d S )Nz2016-01-01 00:00:00+0200S
   )freqZperiods)Zindices_or_sectionsr   )r   npsplitZ
_with_freqtmZassert_index_equal)selfindicesresultexpected r   O/tmp/pip-unpacked-wheel-xj8nt62q/pandas/tests/indexes/datetimes/test_npfuncs.pytest_split_non_utc   s    
zTestSplit.test_split_non_utcN)__name__
__module____qualname__r   r   r   r   r   r      s   r   )Znumpyr   Zpandasr   Zpandas._testingZ_testingr	   r   r   r   r   r   <module>   s   