Your IP : 216.73.216.213


Current Path : /opt/alt/python38/lib64/python3.8/distutils/tests/__pycache__/
Upload File :
Current File : //opt/alt/python38/lib64/python3.8/distutils/tests/__pycache__/__init__.cpython-38.opt-1.pyc

U

i�f@�@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)NZtestz.pyzdistutils.tests.���)
�unittestZ	TestSuite�os�listdir�here�
startswith�endswithr�
__import__�sys�modulesZaddTest�
test_suite)Zsuite�fn�modname�module�r�=/opt/alt/python38/lib64/python3.8/distutils/tests/__init__.pyrs
r�__main__)�__doc__rrrZtest.supportrr�path�dirname�__file__�curdirrr�__name__rrrr�<module>s