
    aVg                        d Z ddlmZ ddlZddlZddlmZ ej                  j                  ej                  j                  e	            Z
dddZdgZy)	z6
Entrypoint for testing from the top-level namespace.
    )annotationsN)import_optional_dependencyc                    t        d      }t        d       g d}| rt        | t              s| g} | }|t        gz  }dj	                  |      }t        d|        t        j                  |j                  |             y)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)
extra_argsr   cmdjoineds       T/var/www/html/hubwallet-dev/venv/lib/python3.12/site-packages/pandas/util/_tester.pytestr      sq     (1F|,
8C*d+$JC5LCXXc]F	VH
%&HHV[[    r   )N)r   zlist[str] | None)__doc__
__future__r   osr   pandas.compat._optionalr   pathdirname__file__r   r   __all__ r   r   <module>r       sE    # 	 
 >ggoobggooh/00 (r   