HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //opt/python38/lib/python3.8/distutils/tests/__pycache__/__init__.cpython-38.opt-1.pyc
U

�i�_@�@s\dZddlZddlZddlZddlmZmZej�e	�p<ej
Zdd�Ze
dkrXee��dS)aTest 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_unittest�save_restore_warnings_filtersc
Csrt��}t�t�D]Z}|�d�r|�d�rd|dd�}t��t|�W5QRXt	j
|}|�|���q|S)N�testz.pyzdistutils.tests.���)
�unittestZ	TestSuite�os�listdir�here�
startswith�endswithr�
__import__�sys�modulesZaddTest�
test_suite)Zsuite�fn�modname�module�r�7/opt/python38/lib/python3.8/distutils/tests/__init__.pyrs
r�__main__)�__doc__rr
rZtest.supportrr�path�dirname�__file__�curdirr	r�__name__rrrr�<module>s