File: //usr/lib/python3/dist-packages/twisted/trial/test/__pycache__/mockcustomsuite.cpython-38.pyc
U
W[ � @ s2 d Z ddlmZmZ G dd� dej�Zdd� ZdS )z�
Mock test module that contains a C{test_suite} method. L{runner.TestLoader}
should load the tests from the C{test_suite}, not from the C{Foo} C{TestCase}.
See {twisted.trial.test.test_loader.LoaderTest.test_loadModuleWith_test_suite}.
� )�unittest�runnerc @ s e Zd Zdd� ZdS )�Fooc C s d S )N� )�selfr r �D/usr/lib/python3/dist-packages/twisted/trial/test/mockcustomsuite.py�test_foo s zFoo.test_fooN)�__name__�
__module__�__qualname__r r r r r r
s r c C s t �� } d| _| S )NZ
MyCustomSuite)r Z TestSuite�name)Ztsr r r �
test_suite s r
N)�__doc__Z
twisted.trialr r ZSynchronousTestCaser r
r r r r �<module> s