| Server IP : 138.197.176.125 / Your IP : 216.73.217.54 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/words/test/__pycache__/ |
Upload File : |
U
W[�% � @ s� d Z ddlmZmZ ddlmZ ddlmZ ddlm Z m
Z
mZ ddlm
Z
G dd� de
�ZG d d
� d
e�ZdZG dd
� d
e
�ZdS )z5
Tests for IRC portions of L{twisted.words.service}.
� )�checkers�portal)�
proto_helpers)�irc)�InMemoryWordsRealm�
IRCFactory�IRCUser)�IRCTestCasec @ s` e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
d� Zdd
� Z dd� Z
dd� Zdd� Zdd� Z
dS )�IRCUserTestsz'
Isolated tests for L{IRCUser}
c C sp t d�| _t�� | _t�| j| jg�| _| j�dd� t| j| j�| _ | j �
d�| _t�
� | _| j�| j� dS )zm
Sets up a Realm, Portal, Factory, IRCUser, Transport, and Connection
for our tests.
�example.com�john�passN)r �realmr Z'InMemoryUsernamePasswordDatabaseDontUseZcheckerr ZPortalZaddUserr �factoryZ
buildProtocol�ircUserr ZStringTransport�stringTransportZmakeConnection��self� r �E/usr/lib/python3/dist-packages/twisted/words/test/test_irc_service.py�setUp s
zIRCUserTests.setUpc C s<