o
    gS                     @   s&   d dl mZmZmZ G dd dZdS )    )Index	Timestamp
date_rangec                   @   s   e Zd Zdd ZdS )TestAsOfc                 C   s>   t dddd}td}|d}||ksJ t|trJ d S )Nz
2010-01-01   m)periodsfreqz
2010-02-28z2010-02)r   r   asof
isinstancer   )selfindexexpectedresult r   f/home/ubuntu/cloudmapper/venv/lib/python3.10/site-packages/pandas/tests/indexes/datetimes/test_asof.pytest_asof_partial	   s
   
zTestAsOf.test_asof_partialN)__name__
__module____qualname__r   r   r   r   r   r      s    r   N)pandasr   r   r   r   r   r   r   r   <module>   s    