test_command_executor

Module Contents

class TestLocalCommandExecutor[source]

Bases: unittest.TestCase

test_cd(self, mock)[source]
test_put(self, mock)[source]
mock_connection(fn)[source]
class TestParamikoCommandExecutor[source]

Bases: unittest.TestCase

setUp(self)[source]
test_run(self, mock)[source]
test_sudo(self, mock)[source]
test_cd_run(self, mock)[source]
test_cd_sudo(self, mock)[source]
test_connection_init_error(self, mock)[source]
test_cd(self, current_dir_mock)[source]
test_put(self, scp_client)[source]