summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/vfs_userfs.py
Commit message (Expand)AuthorAge
* tests: Use vfs module instead of os.Damien George2024-02-07
* extmod/vfs_reader: Add file ioctl to set read buffer size.Andrew Leech2023-11-09
* py/persistentcode: Always close reader even if an exception is raised.Damien George2023-09-14
* py/parse: Always free lexer even if an exception is raised.Damien George2023-09-14
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
* all: Rename "sys" module to "usys".stijn2020-09-04
* extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.Damien George2020-08-12
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* tests: Improve feature detection for VFS.Ayke van Laethem2018-07-20
* tests/extmod: Add test for VFS and user-defined filesystem and files.Damien George2018-06-12