Ë
    ¤eh¶  ã                  ó¨   — 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                óV  — t        d«      }t        d«       dg}| rt        | t        «      s| g} | }|r*dddt        j                  j                  t        d«      › �g}|t        gz  }dj                  |«      }t        d	|› �«       t        j                  |j                  |«      «       y
)a.  
    Run the pandas test suite using pytest.

    By default, runs with the marks -m "not slow and not network and not db"

    Parameters
    ----------
    extra_args : list[str], default None
        Extra marks to run the tests.
    run_doctests : bool, default False
        Whether to only run the Python and Cython doctests. If you would like to run
        both doctests/regular tests, just append "--doctest-modules"/"--doctest-cython"
        to extra_args.

    Examples
    --------
    >>> pd.test()  # doctest: +SKIP
    running: pytest...
    ÚpytestÚ
hypothesisz&-m not slow and not network and not dbz--doctest-modulesz--doctest-cythonz	--ignore=Útestsú zrunning: pytest N)r   Ú
isinstanceÚlistÚosÚpathÚjoinÚPKGÚprintÚsysÚexitÚmain)Ú
extra_argsÚrun_doctestsr   ÚcmdÚjoineds        úQ/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/pandas/util/_tester.pyÚtestr      s    € ô( (¨Ó1€FÜ˜|Ô,Ø3Ð
4€CÙÜ˜*¤dÔ+Ø$˜ˆJØˆÙàØØœŸ™Ÿ™¤S¨'Ó2Ð3Ð4ð
ˆð
 ŒCˆ5�L€CØ�X‰X�c‹]€FÜ	Ð˜V˜HÐ
%Ô&Ü‡H�HˆV�[‰[˜ÓÕó    r   )NF)r   zlist[str] | Noner   ÚboolÚreturnÚNone)Ú__doc__Ú
__future__r   r   r   Úpandas.compat._optionalr   r   ÚdirnameÚ__file__r   r   Ú__all__© r   r   ú<module>r%      sF   ðñõ #ã 	Û 
å >à‡g�g‡o�o�b—g‘g—o‘o hÓ/Ó0€ô$ðN ˆ(�r   