Server IP : 15.235.198.142 / Your IP : 216.73.216.190 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/twisted/trial/__pycache__/ |
Upload File : |
� Ϫ�f6 � �h � d Z ddlmZ G d� dej � Z G d� dej � Zy)z3 Interfaces for Trial. Maintainer: Jonathan Lange � Nc �R � e Zd ZdZ ej d� Zd� Zd� Zd� Z d� Z d� Zy) � ITestCasezU The interface that a test case must implement in order to be used in Trial. z7The exception class that is raised by failed assertionsc � � y)zQ Run the test. Should always do exactly the same thing as run(). N� ��results �6/usr/lib/python3/dist-packages/twisted/trial/itrial.py�__call__zITestCase.__call__ � � � c � � y)zJ Return the number of tests in this test case. Usually 1. Nr r r r �countTestCaseszITestCase.countTestCases r r c � � y)zk Return a unique identifier for the test, usually the fully-qualified Python name. Nr r r r �idzITestCase.id! r r c � � y)zj Run the test, storing the results in C{result}. @param result: A L{TestResult}. Nr r s r �runz ITestCase.run'