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