From e7ab792c4c81bd33e989499b304e2fdd212e4715 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 26 Jan 2021 10:06:17 -0500 Subject: [PATCH] Explain why Paramiko. --- integration/test_sftp.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/integration/test_sftp.py b/integration/test_sftp.py index 0b1c600d1..ed5b37a31 100644 --- a/integration/test_sftp.py +++ b/integration/test_sftp.py @@ -1,6 +1,13 @@ """ It's possible to create/rename/delete files and directories in Tahoe-LAFS using SFTP. + +These tests use Paramiko, rather than Twisted's Conch, because: + + 1. It's a different implementation, so we're not testing Conch against + itself. + + 2. Its API is much simpler to use. """ from __future__ import unicode_literals