U
    NZfO                     @   s0   d Z ddlZddlmZ ddlmZ dd ZdS )z=
Tests for the deprecated keyword arguments for `read_json`.
    N)	read_jsonc               	   C   s   t jdddgdddgddddgd	} td Z t| t| jd
dd
d t| t| jdddd t| t| jdddd W 5 Q R X d S )N            	   )ABr      )indexsplit)Zorientcolumnsr   )pdZ	DataFrametmZassert_produces_warningZassert_frame_equalr   Zto_json)Zdf r   O/tmp/pip-unpacked-wheel-nbcvw55c/pandas/tests/io/json/test_deprecated_kwargs.pytest_good_kwargs   s    & r   )	__doc__Zpandasr   Zpandas._testingZ_testingr   Zpandas.io.jsonr   r   r   r   r   r   <module>   s   