summaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_userfs.py
AgeCommit message (Expand)Author
2024-02-07tests: Use vfs module instead of os.Damien George
2023-11-09extmod/vfs_reader: Add file ioctl to set read buffer size.Andrew Leech
2023-09-14py/persistentcode: Always close reader even if an exception is raised.Damien George
2023-09-14py/parse: Always free lexer even if an exception is raised.Damien George
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2020-09-04all: Rename "sys" module to "usys".stijn
2020-08-12extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2018-07-20tests: Improve feature detection for VFS.Ayke van Laethem
2018-06-12tests/extmod: Add test for VFS and user-defined filesystem and files.Damien George