Your IP : 216.73.216.213
�
�0�i� � � � d Z ddlmZ d� ZdS )a idlelib.idle_test implements test.test_idle, which tests the IDLE
application as part of the stdlib test suite.
Run IDLE tests alone with "python -m test.test_idle (-v)".
This package and its contained modules are subject to change and
any direct use is at your own risk.
� )�dirnamec � � t t � � }t t |� � � � }| � |d|�� � }|� |� � |S )Nz test_*.py)� start_dir�pattern�
top_level_dir)r �__file__�discover�addTests)�loader�standard_testsr �this_dir�top_dir�module_testss �A/opt/alt/python311/lib64/python3.11/idlelib/idle_test/__init__.py�
load_testsr sb � ��x� � �H��g�h�'�'�(�(�G��?�?�X�,7�29� #� ;� ;�L� ���L�)�)�)�
�� N)�__doc__�os.pathr r � r r �<module>r s<