Tests for twisted.words.protocols.irc.
| Class | IRCTestCase | No class docstring; 1/1 methods documented |
| Class | ModeParsingTests | Tests for twisted.words.protocols.irc.parseModes. |
| Class | MiscTests | Tests for miscellaneous functions. |
| Class | FormattedTextTests | Tests for parsing and assembling formatted IRC text. |
| Class | FormattingStateAttributeTests | Tests for twisted.words.protocols.irc._FormattingState. |
| Class | QuotingTests | No class docstring; 2/2 methods documented |
| Class | Dispatcher | A dispatcher that exposes one known command and handles unknown commands. |
| Class | DispatcherTests | Tests for irc._CommandDispatcherMixin. |
| Class | ServerSupportedFeatureTests | Tests for ServerSupportedFeatures
and related functions. |
| Class | IRCClientWithoutLogin | Undocumented |
| Class | CTCPTests | Tests for twisted.words.protocols.irc.IRCClient
CTCP handling. |
| Class | NoticingClient | Undocumented |
| Function | pop | Undocumented |
| Class | ClientImplementationTests | No class docstring; 17/30 methods documented |
| Class | BasicServerFunctionalityTests | No class docstring; 16/22 methods documented |
| Class | DummyClient | A twisted.words.protocols.irc.IRCClient
that stores sent lines in a list rather than transmitting
them. |
| Class | ClientInviteTests | Tests for IRCClient.invite. |
| Class | ClientMsgTests | Tests for messages sent with twisted.words.protocols.irc.IRCClient. |
| Class | ClientTests | Tests for the protocol-level behavior of IRCClient methods intended to be called by application code. |
| Class | CollectorClient | A client that saves in a list the names of the methods that got called. |
| Class | DccTests | Tests for dcc_* methods. |
| Class | ServerToClientTests | Tests for the irc_* methods sent from the server to the
client. |
| Class | CTCPQueryTests | Tests for the ctcpQuery_* methods. |
| Class | DccChatFactoryTests | Tests for DccChatFactory. |
| Class | DccDescribeTests | Tests for dccDescribe. |
| Class | DccFileReceiveTests | Tests for DccFileReceive. |