Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Use vfs module instead of os. | Damien George | 2024-02-07 |
| | | | | Signed-off-by: Damien George <damien@micropython.org> | ||
* | tests: Replace umodule with module everywhere. | Jim Mussared | 2023-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 George | 2020-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> |