l.t.c.t.ParamikoSSHClientTests 0(unittest.TestCase) : class documentation

Part of libcloud.test.compute.test_ssh_client View Source View In Hierarchy

No class docstring
Method setUp Creates the object patching the actual connection.
Method test_create_with_password Initialize object with password.
Method test_create_without_credentials Initialize object with no credentials.
Method test_basic_usage_absolute_path Basic execution.
Method test_delete_script Provide a basic test with 'delete' action.
@patch('paramiko.SSHClient', Mock)
def setUp(self): (source)
Creates the object patching the actual connection.
@patch('paramiko.SSHClient', Mock)
def test_create_with_password(self): (source)
Initialize object with password.

Just to have better coverage, initialize the object
with the 'password' value instead of the 'key'.
@patch('paramiko.SSHClient', Mock)
def test_create_without_credentials(self): (source)
Initialize object with no credentials.

Just to have better coverage, initialize the object
without 'password' neither 'key'.
def test_basic_usage_absolute_path(self): (source)
Basic execution.
def test_delete_script(self): (source)
Provide a basic test with 'delete' action.
API Documentation for libcloud, generated by pydoctor at 2013-04-20 21:40:42.