summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/vfs_fat_mtime.py
Commit message (Collapse)AuthorAge
* tests: Use vfs module instead of os.Damien George2024-02-07
| | | | Signed-off-by: Damien George <damien@micropython.org>
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
| | | | | | This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* tests/extmod: Add tests for verifying FAT and littlefs mtime values.Damien George2020-09-02
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>