You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mike Wadsten
9f1eafc380
tests/io/bytesio_ext2: Remove dependency on specific EINVAL value
If MICROPY_USE_INTERNAL_ERRNO is disabled, MP_EINVAL is not guaranteed
to have the value 22, so we cannot depend on OSError(22,).
Instead, to support any given port's errno values, without relying
on uerrno, we just check that the args[0] is positive.
7 years ago
..
data
tests: Add testcase for reading amounts bigger than buffer/chunk size.
10 years ago
argv.py
unix: Implement sys.argv.
11 years ago
buffered_writer.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
buffered_writer.py.exp
tests/io: Improve test coverage of io.BufferedWriter.
8 years ago
bytesio_cow.py
py/objstringio: If created from immutable object, follow copy on write policy.
8 years ago
bytesio_ext.py
tests/io/bytesio_ext: Test read() after seek() past end of BytesIO object.
8 years ago
bytesio_ext2.py
tests/io/bytesio_ext2: Remove dependency on specific EINVAL value
7 years ago
bytesio_ext2.py.exp
tests/io/bytesio_ext2: Remove dependency on specific EINVAL value
7 years ago
file1.py
tests: Use read() instead of readall().
8 years ago
file_iter.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
file_long_read.py
tests: Add testcase for read by length past EOF.
10 years ago
file_long_read2.py
tests: Add testcase for reading amounts bigger than buffer/chunk size.
10 years ago
file_long_read3.py
tests: Fix typo in file_long_read3.py.
10 years ago
file_readinto.py
tests: Add tests for stream IO errors.
9 years ago
file_readinto_len.py
stream: Add optional 2nd "length" arg to .readinto() - extension to CPython.
10 years ago
file_readinto_len.py.exp
stream: Add optional 2nd "length" arg to .readinto() - extension to CPython.
10 years ago
file_readline.py
tests: Add tests for stream IO errors.
9 years ago
file_seek.py
tests: Add tests for stream IO errors.
9 years ago
file_stdio.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
file_with.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
open_append.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
open_plus.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
resource_stream.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
resource_stream.py.exp
py/modio: resource_stream: Implement "package" param handling.
8 years ago
stringio1.py
all: Use the name MicroPython consistently in comments
7 years ago
stringio_with.py
tests: Make "io" modules fixes for CPython compatibility.
9 years ago
write_ext.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
write_ext.py.exp
tests: Add test for extended arguments to stream .write() method.
8 years ago