o
    թZh;                     @   s"   d dl Z d dlZG dd dZdS )    Nc                   @   s&   e Zd Zejdg ddd ZdS )TestResolutionzfreq,expected)	)Yyear)QZquarter)Mmonth)Dday)hhour)minminute)ssecond)msZmillisecond)usmicrosecondc                 C   s"   t jdd|d}|j|ksJ d S )Nz
2013-04-01   )startZperiodsfreq)pdZperiod_range
resolution)selfr   expectedidx r   b/var/www/html/lang_env/lib/python3.10/site-packages/pandas/tests/indexes/period/test_resolution.pytest_resolution   s   zTestResolution.test_resolutionN)__name__
__module____qualname__pytestmarkZparametrizer   r   r   r   r   r      s    r   )r!   Zpandasr   r   r   r   r   r   <module>   s    