Skip to content

Commit 1f04336

Browse files
committed
tests: Add extra test for reading multiple of internal chunk size.
1 parent 425f952 commit 1f04336

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/io/file_long_read3.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
f = open("io/data/bigfile2", "rb")
2+
b = f.read(512)
3+
print(len(b))
4+
print(b)

0 commit comments

Comments
 (0)