Commit 61fe3cfe by willmcgugan

Added docstring

parent 4a774bf6
......@@ -787,7 +787,8 @@ class FSTestCases(object):
fs2 = pickle.loads(pickle.dumps(self.fs))
def test_big_file(self):
def test_big_file(self):
"""Test big files (1MB)"""
chunk_size = 1024 * 256
num_chunks = 4
def chunk_stream():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment