o
    ҷh"                     @   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 )N20130101   )periodsc                 S   s   g | ]}|d qS )z%Y-%m-%d ).0xr   r   c/var/www/html/venv/lib/python3.10/site-packages/pandas/tests/indexes/datetimes/test_datetimelike.py
<listcomp>	   s    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__pandasr   r   r   r   r   r
   <module>   s    