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)IntervalIndexc                   @   s(   e Zd Zejddddgdd ZdS )
TestPickleclosedleftrightZbothc                 C   s,   t jddg|d}t|}t|| d S )N)      )r      )r   )r   from_tuplestmZround_trip_pickleZassert_index_equal)selfr   idxresult r   M/tmp/pip-unpacked-wheel-xj8nt62q/pandas/tests/indexes/interval/test_pickle.pytest_pickle_round_trip_closed   s    
z(TestPickle.test_pickle_round_trip_closedN)__name__
__module____qualname__pytestmarkZparametrizer   r   r   r   r   r      s   r   )r   Zpandasr   Zpandas._testingZ_testingr   r   r   r   r   r   <module>   s   