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 tests/io: Improve test coverage of io.BufferedWriter. 2017-01-17 13:27:02 +11:00
bytesio_cow.py py/objstringio: If created from immutable object, follow copy on write policy. 2017-06-09 17:33:01 +03:00
bytesio_ext.py tests/io/bytesio_ext: Test read() after seek() past end of BytesIO object. 2017-05-15 23:58:06 +03:00
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 tests: Use read() instead of readall(). 2016-11-14 00:27:35 +03:00
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 py/modio: resource_stream: Implement "package" param handling. 2017-05-06 18:42:35 +03:00
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