o
    5c%                     @   s8   d Z ddlmZ ddlZejdZdd Zdd ZdS )	zy
Tests that work on both the Python and C engines but do not have a
specific classification into the other test modules.
    )StringIONpyarrow_skipc                 C   s^   | }d}|j t|dd | }|jdkr&d|jv sJ d|jv s$J d S |jdks-J d S )NzNa,b,c,d
one,1,2,3
one,1,2,3
,1,2,3
one,1,2,3
,1,2,3
,1,2,3
one,1,2,3
two,1,2,3T)verbosecTokenization took:Parser memory cleanup took:zFilled 3 NA values in column a
read_csvr   
readouterrengineoutall_parserscapsysparserdatacaptured r   `/var/www/html/gps/gps/lib/python3.10/site-packages/pandas/tests/io/parser/common/test_verbose.pytest_verbose_read   s   
r   c                 C   s`   | }d}|j t|ddd | }|jdkr'd|jv sJ d|jv s%J d S |jdks.J d S )	Nz\a,b,c,d
one,1,2,3
two,1,2,3
three,1,2,3
four,1,2,3
five,1,2,3
,1,2,3
seven,1,2,3
eight,1,2,3Tr   )r   	index_colr   r   r   zFilled 1 NA values in column a
r   r   r   r   r   test_verbose_read2#   s   

r   )	__doc__ior   pytestmarkusefixtures
pytestmarkr   r   r   r   r   r   <module>   s    