U
    >vf                     @   s.   d dl mZmZ d dlmZ G dd dZdS )    )	DataFrameSeriesNc                   @   s   e Zd Zdd Zdd ZdS )TestDataFrameSetItemc                 C   s|   t dddgdddgg}t ddgd	d
ggdd}|ddg| t tdd	gddtdd
gddddgd}t|| d S )N                              Int64Zdtyper   r   r   r   r   Zisetitemr   tmZassert_frame_equalselfZdfrhsexpected r   L/tmp/pip-unpacked-wheel-vdrwu74i/pandas/tests/frame/methods/test_isetitem.pytest_isetitem_ea_df	   s    z(TestDataFrameSetItem.test_isetitem_ea_dfc                 C   sl   t dddgdddgg}t dgdggd	d
}|d| t ddgddgtddgd	d
d}t|| d S )Nr   r   r   r   r	   r
   r   r   r   r   r   r   r   r   r   r   "test_isetitem_ea_df_scalar_indexer   s    z7TestDataFrameSetItem.test_isetitem_ea_df_scalar_indexerN)__name__
__module____qualname__r   r   r   r   r   r   r      s   r   )Zpandasr   r   Zpandas._testingZ_testingr   r   r   r   r   r   <module>   s   