mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-26 18:38:41 -06:00
Debug test
This commit is contained in:
parent
ae437c46be
commit
91fbe16504
@ -79,6 +79,7 @@ class TestNewSource(common.TransactionCase):
|
|||||||
}) as FakeSFTP:
|
}) as FakeSFTP:
|
||||||
task = SftpExportTask(self.env, self.config)
|
task = SftpExportTask(self.env, self.config)
|
||||||
task.run()
|
task.run()
|
||||||
|
print FakeSFTP
|
||||||
self.assertEqual('open', FakeSFTP[-1]['method'])
|
self.assertEqual('open', FakeSFTP[-1]['method'])
|
||||||
|
|
||||||
def test_02_sftp_import_delete(self):
|
def test_02_sftp_import_delete(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user