diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-08 13:26:37 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-08 13:26:37 -0400 |
commit | dd7c91d57869360e3f34c6564e1b3beff65b3d39 (patch) | |
tree | ac5e2f31189be466748aebea8d2b3009481e6982 /tests/test_sftp_big.py | |
parent | 17e412eb7c249a4cc536e70deebd3d889e07e252 (diff) |
flake8 now applied to tests, huzzah
Diffstat (limited to 'tests/test_sftp_big.py')
-rw-r--r-- | tests/test_sftp_big.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_sftp_big.py b/tests/test_sftp_big.py index 737eb2e2..fc556faf 100644 --- a/tests/test_sftp_big.py +++ b/tests/test_sftp_big.py @@ -23,12 +23,10 @@ a real actual sftp server is contacted, and a new folder is created there to do test file operations in (so no existing files will be harmed). """ -import os import random import struct import sys import time -import unittest from paramiko.common import o660 @@ -122,7 +120,8 @@ class TestBigSFTP(object): file_size = f.stat().st_size f.prefetch(file_size) - # read on odd boundaries to make sure the bytes aren't getting scrambled + # read on odd boundaries to make sure the bytes aren't getting + # scrambled n = 0 k2blob = kblob + kblob chunk = 629 |