| Server IP : 118.27.122.248 / Your IP : 216.73.217.6 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/python27/lib64/python2.7/distutils/tests/ |
Upload File : |
� �q2_c @ s~ d Z d d l Z d d l Z d d l Z d d l m Z e j j e � pR e j Z d � Z e d k rz e e � � n d S( s 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. i����N( t run_unittestc C s� t j � } xp t j t � D]_ } | j d � r | j d � r d | d } t | � t j | } | j | j � � q q W| S( Nt tests .pys distutils.tests.i����( t unittestt TestSuitet ost listdirt heret startswitht endswitht __import__t syst modulest addTestt test_suite( t suitet fnt modnamet module( ( s= /opt/alt/python27/lib64/python2.7/distutils/tests/__init__.pyR s t __main__( t __doc__R R R t test.test_supportR t patht dirnamet __file__t curdirR R t __name__( ( ( s= /opt/alt/python27/lib64/python2.7/distutils/tests/__init__.pyt <module> s