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/_dist/__pycache__/ |
Upload File : |
o �b/ � @ sH d Z ddlmZ ddlmZ ddlmZ ddlmZ G dd� de�Z dS ) zZ Test reporter forwarding test results over trial distributed AMP commands. @since: 12.3 � )�Failure)�qual)�managercommands)� TestResultc s� e Zd ZdZdZ� fdd�Zdd� Zdd� Z� fd d �Z� fdd�Z � fd d�Z � fdd�Zdd� Zd� fdd� Z d� fdd� Zdd� Z� ZS )�WorkerReportera Reporter for trial's distributed workers. We send things not through a stream, but through an C{AMP} protocol's C{callRemote} method. @ivar _DEFAULT_TODO: Default message for expected failures and unexpected successes, used only if a C{Todo} is not provided. zTest expected to failc s t � �� || _dS )z� @param ampProtocol: The communication channel with the trial distributed manager which collects all test results. @type ampProtocol: C{AMP} N)�super�__init__�ampProtocol)�selfr �� __class__� �D/usr/lib/python3/dist-packages/twisted/trial/_dist/workerreporter.pyr s zWorkerReporter.__init__c C s&