micropython/tests/io
Paul Sokolovsky e3383e9352 py/stream: seek: Consistently handle negative offset for SEEK_SET.
Per POSIX, this is EINVAL, so raises OSError(EINVAL).
2017-08-20 22:02:41 +03:00
..
data
argv.py
buffered_writer.py tests: Convert remaining "sys.exit()" to "raise SystemExit". 2017-06-10 20:34:38 +03:00
buffered_writer.py.exp
bytesio_cow.py
bytesio_ext.py
bytesio_ext2.py py/stream: seek: Consistently handle negative offset for SEEK_SET. 2017-08-20 22:02:41 +03:00
bytesio_ext2.py.exp py/stream: seek: Consistently handle negative offset for SEEK_SET. 2017-08-20 22:02:41 +03:00
file1.py
file_iter.py
file_long_read.py
file_long_read2.py
file_long_read3.py
file_readinto.py
file_readinto_len.py
file_readinto_len.py.exp
file_readline.py
file_seek.py
file_stdio.py
file_with.py
open_append.py tests: Convert remaining "sys.exit()" to "raise SystemExit". 2017-06-10 20:34:38 +03:00
open_plus.py tests: Convert remaining "sys.exit()" to "raise SystemExit". 2017-06-10 20:34:38 +03:00
resource_stream.py tests: Convert remaining "sys.exit()" to "raise SystemExit". 2017-06-10 20:34:38 +03:00
resource_stream.py.exp
stringio1.py all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
stringio_with.py
write_ext.py tests: Convert remaining "sys.exit()" to "raise SystemExit". 2017-06-10 20:34:38 +03:00
write_ext.py.exp