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: SSHService, hostAddress: interfaces.IAddress | None = None, peerAddress: interfaces.IAddress | None = None):

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 =

Undocumented