summaryrefslogtreecommitdiff
path: root/without-tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-07-10 20:37:35 +1200
committerLars Wirzenius <liw@liw.fi>2010-07-10 20:37:35 +1200
commit83bfb3def57a68ec2d68442437eee9bf461f2257 (patch)
treea7adf42e834e838138b1c2920b37714146053f58 /without-tests
parentab4870473d5c42fef21ac1693a5b484ee33d0542 (diff)
downloadobnam-83bfb3def57a68ec2d68442437eee9bf461f2257.tar.gz
Move SftpFS into a plugin and start getting it to work.
Add test-sftpfs to test it. Since it requires access to a working sftp server, can't run the tests using normal unit tests, unless I create a dummy sftp server, and I don't want to do that, so this is good enough for now. Also make the plugins directory be a module so that I can import from the sftp plugin in test-sftpfs.
Diffstat (limited to 'without-tests')
-rw-r--r--without-tests5
1 files changed, 3 insertions, 2 deletions
diff --git a/without-tests b/without-tests
index 97c8ed22..42660e06 100644
--- a/without-tests
+++ b/without-tests
@@ -3,7 +3,6 @@
./obnamlib/app.py
./obnamlib/status.py
./obnamlib/vfs.py
-./obnamlib/vfs_sftp.py
./obnamlib/objs.py
./obnamlib/plugins/foo_plugin.py
./obnamlib/plugins/backup_plugin.py
@@ -15,7 +14,9 @@
./test-plugins/oldhello_plugin.py
./test-plugins/aaa_hello_plugin.py
./test-plugins/wrongversion_plugin.py
-
./obnamlib/plugins/forget_plugin.py
./obnamlib/plugins/fsck_plugin.py
./obnamlib/plugins/vfs_local_plugin.py
+./obnamlib/plugins/sftp_plugin.py
+
+./obnamlib/plugins/__init__.py