aboutsummaryrefslogtreecommitdiff
path: root/tests/io/data
AgeCommit message (Collapse)Author
2015-01-23tests: Add testcase for reading amounts bigger than buffer/chunk size.Paul Sokolovsky
2014-10-18unix, stmhal: Implement file.readinto() method.Paul Sokolovsky
Also, usocket.readinto(). Known issue is that .readinto() should be available only for binary files, but micropython uses single method table for both binary and text files.
2014-01-19Add directory for I/O tests with basic test for file methods.Paul Sokolovsky