XylotrechusZ
B
� f� � @ s d Z ddlmZ dd� ZdS )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 )Nztest*.py)Z start_dir�patternZ
top_level_dir)r �__file__ZdiscoverZaddTests)�loaderZstandard_testsr Zthis_dirZtop_dirZ
package_tests� r �?/opt/alt/python37/lib64/python3.7/idlelib/idle_test/__init__.py�
load_tests s
r N)�__doc__Zos.pathr r r r r r �<module> s