| Server IP : 89.117.53.150 / Your IP : 216.73.216.11 Web Server : Apache System : Linux server2.hostofiraq.site 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : iscmbt-kufa-atu ( 1014) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/test/__pycache__/ |
Upload File : |
o
�b� � @ s� d Z ddlmZmZmZmZ ddlmZmZ ddl m
Z
ddlmZ ddl
mZ G dd� dej�ZG d d
� d
ej�ZG dd� dej�ZG d
d� dej�ZG dd� dej�ZdS )z+
Test cases for twisted.protocols package.
� )�address�defer�protocol�reactor)�portforward�wire)� iterbytes)�
proto_helpers)�unittestc @ �0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
S )� WireTestsz
Test wire protocols.
c C �` t �� }t�� }|�|� |�d� |�d� |�d� |�d� |�d� | �|�� d� dS )zT
Test wire.Echo protocol: send some data and check it send it back.
� hello� world� how� are� yous helloworldhowareyouN)r �StringTransportr �Echo�makeConnection�dataReceived�assertEqual�value��self�t�a� r �=/usr/lib/python3/dist-packages/twisted/test/test_protocols.py� test_echo �
zWireTests.test_echoc C �. t �� }t�� }|�|� | �|�� d� dS )z)
Test wire.Who protocol.
s root
N)r r r �Whor r r r r r r �test_who"