a
    Sic                     @  sZ   d Z ddlmZ ddlZddlZddlmZ ejeje	Z
d	ddddZdgZdS )
z6
Entrypoint for testing from the top-level namespace.
    )annotationsN)import_optional_dependencyzlist[str] | None)
extra_argsc                 C  sf   t d}t d g d}| r0t| ts,| g} | }|tg7 }d|}td|  t|| dS )z
    Run the pandas test suite using pytest.

    By default, runs with the marks --skip-slow, --skip-network, --skip-db

    Parameters
    ----------
    extra_args : list[str], default None
        Extra marks to run the tests.
    pytest
hypothesis)z--skip-slowz--skip-networkz	--skip-db zrunning: pytest N)	r   
isinstancelistPKGjoinprintsysexitmain)r   r   cmdjoined r   O/var/www/html/django/DPS/env/lib/python3.9/site-packages/pandas/util/_tester.pytest   s    


r   )N)__doc__
__future__r   osr   pandas.compat._optionalr   pathdirname__file__r
   r   __all__r   r   r   r   <module>   s   