From 91fbe16504e21e37d19d815c1ab9d20b143539ee Mon Sep 17 00:00:00 2001 From: Valentin Chemiere Date: Mon, 27 Apr 2015 14:20:29 +0200 Subject: [PATCH] Debug test --- external_file_location/tests/test_sftp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/external_file_location/tests/test_sftp.py b/external_file_location/tests/test_sftp.py index 0aa2b848..4bf91c7e 100644 --- a/external_file_location/tests/test_sftp.py +++ b/external_file_location/tests/test_sftp.py @@ -79,6 +79,7 @@ class TestNewSource(common.TransactionCase): }) as FakeSFTP: task = SftpExportTask(self.env, self.config) task.run() + print FakeSFTP self.assertEqual('open', FakeSFTP[-1]['method']) def test_02_sftp_import_delete(self):