o
    ŀg                     @   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g ddd ZdS )
TestPickleclosed)leftrightbothc                 C   s,   t jddg|d}t|}t|| d S )N)      )r	      )r   )r   from_tuplestmround_trip_pickleassert_index_equal)selfr   idxresult r   ]/var/www/html/myenv/lib/python3.10/site-packages/pandas/tests/indexes/interval/test_pickle.pytest_pickle_round_trip_closed   s   
z(TestPickle.test_pickle_round_trip_closedN)__name__
__module____qualname__pytestmarkparametrizer   r   r   r   r   r      s    r   )r   pandasr   pandas._testing_testingr   r   r   r   r   r   <module>   s    