Debug test

This commit is contained in:
Valentin Chemiere 2015-04-27 14:20:29 +02:00
parent ae437c46be
commit 91fbe16504

View File

@ -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):