twisted.conch.test.test_connection.TestConnection(connection.SSHConnection) class documentationtwisted.conch.test.test_connection
(View In Hierarchy)
A subclass of SSHConnection for testing.
| Instance Variable | channel | the current channel. @type channel. TestChannel | 
| Method | logPrefix | Undocumented | 
| Method | global_TestGlobal | The other side made the 'TestGlobal' global request. Return True. | 
| Method | global_Test_Data | The other side made the 'Test-Data' global request. Return True and the data we received. | 
| Method | channel_TestChannel | The other side is requesting the TestChannel.  Create a TestChannelinstance, store it, and return it. | 
| Method | channel_ErrorChannel | The other side is requesting the ErrorChannel. Raise an exception. | 
The other side made the 'TestGlobal' global request. Return True.
The other side made the 'Test-Data' global request. Return True and the data we received.