U
    f/e                     @   sL   d dl Z e jddgddd Ze jdddd	d
dddddg
ddd ZdS )    NF)paramsc                 C   s   | j S )as  
    Valid values for the 'sort' parameter used in the Index
    setops methods (intersection, union, etc.)

    Caution:
        Don't confuse this one with the "sort" fixture used
        for DataFrame.append or concat. That one has
        parameters [True, False].

        We can't combine them as sort=True is not permitted
        in the Index setops methods.
    paramrequest r   A/tmp/pip-unpacked-wheel-tiezk1ph/pandas/tests/indexes/conftest.pysort   s    r	   DZ3Dz-3DHZ2Hz-2HTZ2TSz-3Sc                 C   s   | j S )z_
    Valid values for 'freq' parameter used to create date_range and
    timedelta_range..
    r   r   r   r   r   freq_sample   s    r   )ZpytestZfixturer	   r   r   r   r   r   <module>   s   
