Ë
    „ÇVh¬  ã                   óN   — d Z ddlmZmZ  G d„ dej                  «      Zd„ Zd„ Zy)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                   ó   — e Zd Zdd„Zy)ÚFooNc                  ó   — y )N© )Úselfs    úS/home/dcms/DCMS/lib/python3.12/site-packages/twisted/trial/test/mockcustomsuite3.pyÚtest_foozFoo.test_foo   s   € Øó    )ÚreturnN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r
   r   r      s   „ ôr   r   c                  ó<   — t        j                  «       } d| _        | S )NÚ
test_suite©r   Ú	TestSuiteÚname©Útss    r
   r   r      s   € Ü	×	Ñ	Ó	€BØ€B„GØ€Ir   c                  ó<   — t        j                  «       } d| _        | S )NÚ	testSuiter   r   s    r
   r   r      s   € Ü	×	Ñ	Ó	€BØ€B„GØ€Ir   N)Ú__doc__Útwisted.trialr   r   ÚSynchronousTestCaser   r   r   r   r   r
   ú<module>r      s+   ðñ÷ +ôˆ(×
&Ñ
&ô ò
ór   