Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/trial/__pycache__/itrial.cpython-39.pyc
Ðазад
a k�h6 � @ s8 d Z ddlmZ G dd� dej�ZG dd� dej�ZdS )z3 Interfaces for Trial. Maintainer: Jonathan Lange � Nc @ sB e Zd ZdZe�d�Zdd� Zdd� Zdd� Z d d � Z dd� Zd S )� 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 C s dS )zQ Run the test. Should always do exactly the same thing as run(). N� ��resultr r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/twisted/trial/itrial.py�__call__ s zITestCase.__call__c C s dS )zJ Return the number of tests in this test case. Usually 1. Nr r r r r �countTestCases s zITestCase.countTestCasesc C s dS )zk Return a unique identifier for the test, usually the fully-qualified Python name. Nr r r r r �id! s zITestCase.idc C s dS )zj Run the test, storing the results in C{result}. @param result: A L{TestResult}. Nr r r r r �run'