summaryrefslogtreecommitdiffhomepage
path: root/tests/test_sftp.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-18 02:12:42 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-18 02:12:42 -0500
commit578ae9dcfdb4b9973f784adb3b67f24b52d79989 (patch)
treeb24c5fc2498b617af4b0aa790796aa5ede7a275a /tests/test_sftp.py
parent0a368f8bed90becaf6b58ef3b7e6771c71a883c9 (diff)
parentfa0e17f9ef33d75b62134d35adfd21d3211c6d02 (diff)
Merge branch 'master' into switch-to-cryptography
Diffstat (limited to 'tests/test_sftp.py')
-rwxr-xr-xtests/test_sftp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py
index 131b8abf..53b73ee0 100755
--- a/tests/test_sftp.py
+++ b/tests/test_sftp.py
@@ -429,6 +429,7 @@ class SFTPTest (unittest.TestCase):
line_number += 1
pos_list.append(loc)
loc = f.tell()
+ self.assertTrue(f.seekable())
f.seek(pos_list[6], f.SEEK_SET)
self.assertEqual(f.readline(), 'Nouzilly, France.\n')
f.seek(pos_list[17], f.SEEK_SET)