summaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_fat_fsusermount.py
AgeCommit message (Collapse)Author
2017-01-27tests/extmod/vfs_fat: Update tests to work with new VFS sub-system.Damien George
The vfs_fat_fsusermount test is no longer relevant so has been removed.
2017-01-27test/extmod: Update vfs_fat tests for new OO FatFs library.Damien George
The new version of FatFs requires a minimum of 50 blocks on the device. Also, some tests no longer make sense with an OO vfs.
2016-10-27tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage.Alex March