łň
 \Kc           @   sj   d  Z  d d k Z d d k Z d d k Z e i i e  Z d   Z e	 d j o e i
 d d  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˙˙˙˙Nc          C   s   t  i   }  xs t i t  D]b } | i d  oL | i d  o< d | d  } t |  t i	 | } |  i
 | i    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.   /usr/lib/python2.5/distutils/tests/__init__.pyR      s      
t   __main__t   defaultTestR   (   t   __doc__R   R	   R   t   patht   dirnamet   __file__R   R   t   __name__t   main(    (    (    s.   /usr/lib/python2.5/distutils/tests/__init__.pys   <module>   s   	