| Server IP : 118.27.122.248 / Your IP : 216.73.217.103 Web Server : Apache System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64 User : c9415830 ( 11735) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python36/lib64/python3.6/distutils/tests/__pycache__/ |
Upload File : |
3 x2_$ � @ sX d Z ddlZddlZddlZddlmZ ejje�p8ej Z dd� ZedkrTee� � dS )a Test suite for distutils. This test suite consists of a collection of test modules in the distutils.tests package. Each test module has a name starting with 'test' and contains a function test_suite(). The function is expected to return an initialized unittest.TestSuite instance. Tests for the command classes in the distutils.command package are included in distutils.tests as well, instead of using a separate distutils.command.tests package, since command identification is done by import rather than matching pre-defined names. � N)�run_unittestc C sd t j� } xVtjt�D ]H}|jd�r|jd�rd|d d� }t|� tj | }| j |j� � qW | S )NZtestz.pyzdistutils.tests.� ���)�unittestZ TestSuite�os�listdir�here� startswith�endswith� __import__�sys�modulesZaddTest� test_suite)Zsuite�fn�modname�module� r �=/opt/alt/python36/lib64/python3.6/distutils/tests/__init__.pyr s r �__main__) �__doc__r r r Ztest.supportr �path�dirname�__file__�curdirr r �__name__r r r r �<module> s