summaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_basic.py
AgeCommit message (Expand)Author
2017-06-11tests/extmod/vfs_basic: Allow test to pass on embedded targets.Damien George
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-06-07extmod/vfs: Allow to statvfs the root directory.Damien George
2017-05-10tests/extmod/vfs: Update tests to reflect new ilistdir() method.Damien George
2017-05-09tests/extmod: Make some vfs tests fully unmount FSs before running.Damien George
2017-05-05tests/extmod: Add some more VFS tests.Damien George
2017-03-14tests/extmod/vfs_basic: Unmount all existing devices before doing test.Damien George
2017-03-14tests/extmod/vfs_basic: Add more tests for basic VFS functionality.Damien George
2017-03-13tests/extmod: Add a test for core VFS functionality, sans any filesystem.Damien George