Your IP : 216.73.216.213
�
��f$ 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 d � Z e d k r} e e � � n d S( u 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( u run_unittestc C s� t j � } xv t j t � D]e } | j d � r | j d � r d | d d � } t | � t j | } | j
| j � � q q W| S( Nu testu .pyu distutils.tests.i i����( u unittestu TestSuiteu osu listdiru hereu
startswithu endswithu
__import__u sysu modulesu addTestu
test_suite( u suiteu fnu modnameu module( ( u= /opt/alt/python33/lib64/python3.3/distutils/tests/__init__.pyu
test_suite s
u
test_suiteu __main__(
u __doc__u osu sysu unittestu test.supportu run_unittestu pathu dirnameu __file__u curdiru hereu
test_suiteu __name__( ( ( u= /opt/alt/python33/lib64/python3.3/distutils/tests/__init__.pyu <module>
s