3
Udx                 @   s6   d Z ddlZddljZddlmZ dd 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	} | jd
d}tjt tj| t|d
 W d Q R X | jdd}tjt tj| t|d W d Q R X | jdd}tjt tj| t|d W d Q R X d S )N            	   )ABr      )indexsplit)orientcolumnsr   )pd	DataFrameto_jsontmassert_produces_warningFutureWarningassert_frame_equalr   )dfbuf r   _/var/www/html/virt/lib64/python3.6/site-packages/pandas/tests/io/json/test_deprecated_kwargs.pytest_deprecated_kwargs   s    &r   c              C   s   t jdddgdddgddddgd	} tjd Z tj| t| jd
dd
d tj| t| jdddd tj| t| jdddd W d Q R X d S )Nr   r   r   r   r   )r   r	   r   r
   )r   r   )r   r   r   )r   r   r   r   r   r   r   )r   r   r   r   test_good_kwargs   s    &r   )
__doc__Zpandasr   Zpandas._testingZ_testingr   Zpandas.io.jsonr   r   r   r   r   r   r   <module>   s
   
