| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python312/Lib/site-packages/pandas/util/__pycache__/ |
Upload File : |
�
1 �g� � � � d Z ddlmZ ddlZddlZddlmZ ej j ej j e � � Z
ddd�ZdgZy) z6
Entrypoint for testing from the top-level namespace.
� )�annotationsN)�import_optional_dependencyc �V � t d� }t d� dg}| rt | t � s| g} | }|r*dddt j j t d� � �g}|t gz
}dj |� }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� zrunning: pytest N)r �
isinstance�list�os�path�join�PKG�print�sys�exit�main)�
extra_args�run_doctestsr �cmd�joineds �5C:\Python312\Lib\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 zlist[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