;
Ņā"Ic               @   sj   d  Z  d d l Z d d l Z d d l Z e j j e  Z d   Z e	 d k o e j
 d d  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    Nc              C   s   t  j   }  xy t j t  D]h } | j d  oR | j d  oB d | d  d  } t |  t j	 | } |  j
 | j    q q W|  S(   Nu   testu   .pyu   distutils.tests.iż’’’(   u   unittestu	   TestSuiteu   osu   listdiru   hereu
   startswithu   endswithu
   __import__u   sysu   modulesu   addTestu
   test_suite(   u   suiteu   fnu   modnameu   module(    (    u5   /mit/python/lib/python3.0/distutils/tests/__init__.pyu
   test_suite   s      
u   __main__u   defaultTestu
   test_suite(   u   __doc__u   osu   sysu   unittestu   pathu   dirnameu   __file__u   hereu
   test_suiteu   __name__u   main(    (    (    u5   /mit/python/lib/python3.0/distutils/tests/__init__.pyu   <module>   s   	