U
    sVcg                     @   s>   d dl Z d dlmZ e jddgddd Ze jdd	 ZdS )
    NCategoricalTF)paramsc                 C   s   | j S )z3Boolean 'allow_fill' parameter for Categorical.take)param)request r   L/tmp/pip-unpacked-wheel-xj8nt62q/pandas/tests/arrays/categorical/conftest.py
allow_fill   s    r	   c                	   C   s   t ddddddddgddS )z'Fixture returning  a Categorical objectabcT)Zorderedr   r   r   r   r   factor   s    r   )ZpytestZpandasr   Zfixturer	   r   r   r   r   r   <module>   s
   
