summaryrefslogtreecommitdiff
path: root/test-sftpfs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-07-11 09:54:34 +1200
committerLars Wirzenius <liw@liw.fi>2010-07-11 09:54:34 +1200
commit115c376ca3e27b1eda72ea08678469af0422ecbd (patch)
tree0ce69028dfe3675c23b34b1a051e1096bc1d8ad3 /test-sftpfs
parent83bfb3def57a68ec2d68442437eee9bf461f2257 (diff)
downloadobnam-115c376ca3e27b1eda72ea08678469af0422ecbd.tar.gz
Make test-sftpfs run tests in VfsTests.
Diffstat (limited to 'test-sftpfs')
-rw-r--r--test-sftpfs5
1 files changed, 1 insertions, 4 deletions
diff --git a/test-sftpfs b/test-sftpfs
index 06b98b93..50e81d22 100644
--- a/test-sftpfs
+++ b/test-sftpfs
@@ -30,7 +30,7 @@ import obnamlib
import obnamlib.plugins.sftp_plugin
-class SftpTests(unittest.TestCase):
+class SftpTests(unittest.TestCase, obnamlib.VfsTests):
def setUp(self):
self.baseurl = os.environ['OBNAM_SFTP_TEST']
@@ -40,9 +40,6 @@ class SftpTests(unittest.TestCase):
def tearDown(self):
self.fs.close()
- def test_ok(self):
- self.assert_(True)
-
if __name__ == '__main__':
unittest.main()