U
    f/e                     @   s$   d Z ddlm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.
    )StringIOc                 C   s\   | }d}|j t|dd | }|jdkrJd|jks:td|jksXtn|jdksXt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
Zread_csvr   Z
readouterrZengineoutAssertionErrorZall_parsersZcapsysparserdataZcaptured r   N/tmp/pip-unpacked-wheel-tiezk1ph/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rLd|jks<td|jksZtn|jdksZt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   Z	index_colr   r   r   zFilled 1 NA values in column a
r   r
   r   r   r   test_verbose_read2   s    

r   N)__doc__ior   r   r   r   r   r   r   <module>   s   