a
    d"                     @   s"   d Z ddlmZ G dd dZdS )z+ generic tests from the Datetimelike class     )
date_rangec                   @   s   e Zd Zdd ZdS )TestDatetimeIndexc                 C   s.   t ddd}dd |D }| |ks*J d S )NZ20130101   )Zperiodsc                 S   s   g | ]}|d qS )z%Y-%m-%d ).0xr   r   y/var/www/html/stable-diffusion-webui/venv/lib/python3.9/site-packages/pandas/tests/indexes/datetimes/test_datetimelike.py
<listcomp>	       z1TestDatetimeIndex.test_format.<locals>.<listcomp>)r   format)selfidxexpectedr   r   r   test_format   s    zTestDatetimeIndex.test_formatN)__name__
__module____qualname__r   r   r   r   r   r      s   r   N)__doc__Zpandasr   r   r   r   r   r   <module>   s   