§
    Y¦·f  ã                   óF   — d Z ddlmZmZ  G d„ dej        ¦  «        Zd„ ZdS )zë
Mock test module that contains a C{testSuite} method. L{runner.TestLoader}
should load the tests from the C{testSuite}, not from the C{Foo} C{TestCase}.

See L{twisted.trial.test.test_loader.LoaderTest.test_loadModuleWith_testSuite}.
é    )ÚrunnerÚunittestc                   ó   — e Zd Zdd„ZdS )ÚFooÚreturnNc                 ó   — d S )N© )Úselfs    úU/var/www/html/env/lib/python3.11/site-packages/twisted/trial/test/mockcustomsuite2.pyÚtest_foozFoo.test_foo   s   € Øˆó    )r   N)Ú__name__Ú
__module__Ú__qualname__r   r	   r   r   r   r      s(   € € € € € ðð ð ð ð ð r   r   c                  ó:   — t          j        ¦   «         } d| _        | S )NÚMyCustomSuite)r   Ú	TestSuiteÚname)Útss    r   Ú	testSuiter      s   € Ý	Ô	Ñ	Ô	€BØ€B„GØ€Ir   N)Ú__doc__Útwisted.trialr   r   ÚSynchronousTestCaser   r   r	   r   r   ú<module>r      so   ððð ð +Ð *Ð *Ð *Ð *Ð *Ð *Ð *ðð ð ð ð ˆ(Ô
&ñ ô ð ð
ð ð ð ð r   