Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
1f04336b
Commit
1f04336b
authored
Jan 23, 2015
by
Paul Sokolovsky
Browse files
tests: Add extra test for reading multiple of internal chunk size.
parent
425f952a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/io/file_long_read3.py
0 → 100644
View file @
1f04336b
f
=
open
(
"io/data/bigfile2"
,
"rb"
)
b
=
f
.
read
(
512
)
print
(
len
(
b
))
print
(
b
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment