aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_fat_mtime.py.exp
AgeCommit message (Collapse)Author
2020-09-02tests/extmod: Add tests for verifying FAT and littlefs mtime values.Damien George
Verifies mtime timestamps on files match the value returned by time.time(). Also update vfs_fat_ramdisk.py so it doesn't check FAT timestamp of the root, because that may change across runs/ports. Signed-off-by: Damien George <damien@micropython.org>