o
    JAf                     @   s   d Z ddlmZ dd ZdS )a]  idlelib.idle_test is a private implementation of 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".
Starting with Python 3.6, IDLE requires tcl/tk 8.5 or later.

This package and its contained modules are subject to change and
any direct use is at your own risk.
    )dirnamec                 C   s2   t t}t t |}| j|d|d}|| |S )Nztest*.py)Z	start_dirpatternZtop_level_dir)r   __file__ZdiscoverZaddTests)loaderZstandard_testsr   Zthis_dirZtop_dirZpackage_tests r   1/usr/lib/python3.10/idlelib/idle_test/__init__.py
load_tests   s   
r   N)__doc__Zos.pathr   r   r   r   r   r   <module>   s    