diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-18 02:12:42 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-18 02:12:42 -0500 |
commit | 578ae9dcfdb4b9973f784adb3b67f24b52d79989 (patch) | |
tree | b24c5fc2498b617af4b0aa790796aa5ede7a275a /tests/test_sftp.py | |
parent | 0a368f8bed90becaf6b58ef3b7e6771c71a883c9 (diff) | |
parent | fa0e17f9ef33d75b62134d35adfd21d3211c6d02 (diff) |
Merge branch 'master' into switch-to-cryptography
Diffstat (limited to 'tests/test_sftp.py')
-rwxr-xr-x | tests/test_sftp.py | 1 |
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) |