a
    <b8                     @   s<   d Z ddlZddlZejejeZdddZdgZdS )z6
Entrypoint for testing from the top-level namespace.
    Nc              
   C   s   zddl }W n. ty: } ztd|W Y d}~n
d}~0 0 zddl}W n. tyv } ztd|W Y d}~n
d}~0 0 g d}| rt| ts| g} | }|tg7 }d|}td|  t	|
| dS )z1
    Run the pandas test suite using pytest.
    r   NzNeed pytest>=5.0.1 to run testsz"Need hypothesis>=3.58 to run tests)z--skip-slowz--skip-networkz	--skip-db zrunning: pytest )pytestImportError
hypothesis
isinstancelistPKGjoinprintsysexitmain)
extra_argsr   errr   cmdZjoined r   c/Users/vegardjervell/Documents/master/model/venv/lib/python3.9/site-packages/pandas/util/_tester.pytest
   s"      


r   )N)	__doc__osr   pathdirname__file__r   r   __all__r   r   r   r   <module>   s
   
