micropython/tests/io
Paul Sokolovsky 566d8f1d7e tests: Make "io" modules fixes for CPython compatibility.
Previously, "import _io" worked on both CPython and MicroPython (essentially
by a chance on CPython, as there's not guarantee that its contents will stay
the same across versions), but as the module was renamed to uio, need to use
more robust import sequence for compatibility.
2016-05-02 14:38:07 +03:00
..
data tests: Add testcase for reading amounts bigger than buffer/chunk size. 2015-01-23 16:42:02 +02:00
argv.py unix: Implement sys.argv. 2014-01-20 01:00:28 +02:00
buffered_writer.py tests: Update for _io/_collections module having been renamed. 2016-05-02 14:15:11 +03:00
buffered_writer.py.exp tests: Add test for io.BufferedWriter. 2016-03-25 15:01:19 +02:00
file1.py tests: Add tests for stream IO errors. 2015-12-23 22:37:02 +00:00
file_iter.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
file_long_read.py tests: Add testcase for read by length past EOF. 2014-07-22 00:11:37 +03:00
file_long_read2.py tests: Add testcase for reading amounts bigger than buffer/chunk size. 2015-01-23 16:42:02 +02:00
file_long_read3.py tests: Fix typo in file_long_read3.py. 2015-01-23 19:00:02 +02:00
file_readinto.py tests: Add tests for stream IO errors. 2015-12-23 22:37:02 +00:00
file_readinto_len.py stream: Add optional 2nd "length" arg to .readinto() - extension to CPython. 2014-10-23 21:43:59 +03:00
file_readinto_len.py.exp stream: Add optional 2nd "length" arg to .readinto() - extension to CPython. 2014-10-23 21:43:59 +03:00
file_readline.py tests: Add tests for stream IO errors. 2015-12-23 22:37:02 +00:00
file_seek.py tests: Add tests for stream IO errors. 2015-12-23 22:37:02 +00:00
file_stdio.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
file_with.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
open_append.py unix: Rename "_os" module to "uos" for consistency with baremetal ports. 2015-12-12 00:04:35 +02:00
open_plus.py tests/io: Remove "testfile" at end of open_plus test. 2016-03-17 20:09:33 +00:00
stringio1.py tests: Make "io" modules fixes for CPython compatibility. 2016-05-02 14:38:07 +03:00
stringio_with.py tests: Make "io" modules fixes for CPython compatibility. 2016-05-02 14:38:07 +03:00