File: //usr/lib/python3/dist-packages/twisted/trial/test/__pycache__/mockcustomsuite3.cpython-310.pyc
o
�b� � @ s: d Z ddlmZmZ G dd� dej�Zdd� Zdd� Zd 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 Zd Zdd� ZdS )�Fooc C s d S )N� )�selfr r �E/usr/lib/python3/dist-packages/twisted/trial/test/mockcustomsuite3.py�test_foo s zFoo.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