aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_fat_more.py
AgeCommit message (Expand)Author
2021-04-23tests: Use .errno instead of .args[0] for OSError exceptions.Damien George
2020-09-04all: Rename "sys" module to "usys".stijn
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2018-07-20tests: Improve feature detection for VFS.Ayke van Laethem
2018-06-06tests/extmod: Remove conditional import of uos_vfs, it no longer exists.Damien George
2018-06-06tests/extmod: Add test for importing a script from a user VFS.Damien George
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-05-13tests/extmod/vfs_fat_more: Make skippable is uos is not available.Paul Sokolovsky
2017-05-09tests/extmod: Make some vfs tests fully unmount FSs before running.Damien George
2017-05-05tests/extmod: Add more tests for VFS FAT.Damien George