micropython/tests/io
Damien George 26b4ef4c46 extmod/vfs_posix_file: Allow closing an already closed file.
Signed-off-by: Damien George <damien@micropython.org>
2021-02-11 22:54:41 +11:00
..
data tests: Add testcase for reading amounts bigger than buffer/chunk size. 2015-01-23 16:42:02 +02:00
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 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: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11: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: 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
resource_stream.py all: Rename "sys" module to "usys". 2020-09-04 00:10:24 +10:00
resource_stream.py.exp py/modio: resource_stream: Implement "package" param handling. 2017-05-06 18:42:35 +03:00