summaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_posix.py
AgeCommit message (Expand)Author
2025-04-24tests/extmod/vfs_posix.py: Fix test on Android.Alessandro Gatti
2024-02-07tests: Use vfs module instead of os.Damien George
2023-10-19extmod/vfs_posix: Fix accidentally passing tests.Christian Walther
2023-10-19extmod/vfs_posix: Fix relative root path.Christian Walther
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2022-09-19extmod/vfs_posix_file: Implement finaliser for files.stijn
2022-07-26py/modio: Remove FileIO and TextIOWrapper from io module.Jim Mussared
2022-03-10tests/extmod/vfs_posix.py: Only test statvfs if it exists.Damien George
2021-02-11tests/extmod/vfs_posix.py: Add more tests for VfsPosix class.Damien George
2021-02-11extmod/vfs_posix_file: Allow closing an already closed file.Damien George
2020-11-29tests/extmod: Add vfs_posix.py test for uos.VfsPosix class.Damien George