o
    ¯b¤  ã                   @   s:   d Z ddlmZmZ G dd„ dejƒZdd„ Zdd„ Zd	S )
a%  
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}.
é    )ÚrunnerÚunittestc                   @   s   e Zd Zdd„ ZdS )ÚFooc                 C   s   d S )N© )Úselfr   r   úE/usr/lib/python3/dist-packages/twisted/trial/test/mockcustomsuite3.pyÚtest_foo   s   zFoo.test_fooN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r   r   r      s    r   c                  C   ó   t  ¡ } d| _| S )NÚ
test_suite©r   Ú	TestSuiteÚname©Útsr   r   r   r      ó   r   c                  C   r   )NÚ	testSuiter   r   r   r   r   r      r   r   N)Ú__doc__Útwisted.trialr   r   ÚSynchronousTestCaser   r   r   r   r   r   r   Ú<module>   s
   	