Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/twisted/trial/test/__pycache__/ |
Upload File : |
o �b � @ 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}. � )�runner�unittestc @ 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 )N� MyCustomSuite)r � TestSuite�name)�tsr r r � test_suite s r N)�__doc__� twisted.trialr r �SynchronousTestCaser r r r r r �<module> s