a
    j=ic                     @   s@   d dl Z e jdg de jdddg ddgd	d
 ZdS )    Nfunc)Zreset_index	_set_nameZsort_valuesZ
sort_indexrenameZdropnaZdrop_duplicatesinplace   True)r         g      @c                 C   sb   d}d|i}|dkrd|d< t jt|d$ t| |f i | W d   n1 sT0    Y  dS )zCTests for error handling related to data types of method arguments.z)For argument "inplace" expected type boolr   r   Zhelloname)matchN)pytestZraises
ValueErrorgetattr)Zstring_seriesr   r   msgkwargs r   r/home/droni/.local/share/virtualenvs/DPS-5Je3_V2c/lib/python3.9/site-packages/pandas/tests/series/test_validate.pytest_validate_bool_args   s    r   )r   markZparametrizer   r   r   r   r   <module>   s   