Skip to content
Snippets Groups Projects
Commit 1f04336b authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

tests: Add extra test for reading multiple of internal chunk size.

parent 425f952a
Branches
No related tags found
No related merge requests found
f = open("io/data/bigfile2", "rb")
b = f.read(512)
print(len(b))
print(b)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment