Commit 61fe3cfe by willmcgugan

Added docstring

parent 4a774bf6
......@@ -788,6 +788,7 @@ class FSTestCases(object):
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