ó
ú—_Ec           @   sK   d  Z  d d l m Z m Z d e j f d „  ƒ  YZ d „  Z d „  Z d S(   s%  
Mock test module that contains both a C{test_suite} and a C{testSuite} method.
L{runner.TestLoader} should load the tests from the C{testSuite}, not from the
C{Foo} C{TestCase} nor from the C{test_suite} method.

See {twisted.trial.test.test_loader.LoaderTest.test_loadModuleWithBothCustom}.
iÿÿÿÿ(   t   unittestt   runnert   Fooc           B   s   e  Z d  „  Z RS(   c         C   s   d  S(   N(    (   t   self(    (    sG   /usr/lib/python2.7/dist-packages/twisted/trial/test/mockcustomsuite3.pyt   test_foo   s    (   t   __name__t
   __module__R   (    (    (    sG   /usr/lib/python2.7/dist-packages/twisted/trial/test/mockcustomsuite3.pyR      s   c          C   s   t  j ƒ  }  d |  _ |  S(   Nt
   test_suite(   R   t	   TestSuitet   name(   t   ts(    (    sG   /usr/lib/python2.7/dist-packages/twisted/trial/test/mockcustomsuite3.pyR      s    	c          C   s   t  j ƒ  }  d |  _ |  S(   Nt	   testSuite(   R   R   R	   (   R
   (    (    sG   /usr/lib/python2.7/dist-packages/twisted/trial/test/mockcustomsuite3.pyR      s    	N(   t   __doc__t   twisted.trialR    R   t   TestCaseR   R   R   (    (    (    sG   /usr/lib/python2.7/dist-packages/twisted/trial/test/mockcustomsuite3.pyt   <module>	   s   	