module documentation

Test ssh/channel.py.

Class ChannelTests Tests for SSHChannel.
Class MockConnection A mock for twisted.conch.ssh.connection.SSHConnection. Record the data that channels send, and when they try to close the connection.
Function connectSSHTransport Connect a SSHTransport which is already connected to a remote peer to the channel under test.
Variable skipTest Undocumented
def connectSSHTransport(service, hostAddress=None, peerAddress=None): (source)

Connect a SSHTransport which is already connected to a remote peer to the channel under test.

Parameters
service:SSHServiceService used over the connected transport.
hostAddress:interfaces.IAddressLocal address of the connected transport.
peerAddress:interfaces.IAddressRemote address of the connected transport.
skipTest: str = (source)

Undocumented