micropython/tests/io
Jim Mussared cc23e99f32 py/modio: Remove io.resource_stream function.
This feature is not enabled on any port, it's not in CPython's io module,
and functionality is better suited to the micropython-lib implementation of
pkg_resources.
2021-12-17 23:53:44 +11:00
..
data
argv.py all: Rename "sys" module to "usys". 2020-09-04 00:10:24 +10:00
builtin_print_file.py all: Rename "sys" module to "usys". 2020-09-04 00:10:24 +10:00
file1.py extmod/vfs_posix_file: Allow closing an already closed file. 2021-02-11 22:54:41 +11:00
file_iter.py
file_long_read.py
file_long_read2.py
file_long_read3.py
file_readinto.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
file_readinto_len.py
file_readinto_len.py.exp
file_readline.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
file_seek.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
file_stdio.py all: Rename "sys" module to "usys". 2020-09-04 00:10:24 +10:00
file_with.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
open_append.py tests/io: Update tests to use uos.remove() instead of uos.unlink(). 2018-11-26 23:27:28 +11:00
open_plus.py tests/io: Update tests to use uos.remove() instead of uos.unlink(). 2018-11-26 23:27:28 +11:00