summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/vfs_fat_ramdisk.py
Commit message (Expand)AuthorAge
* tests: Use vfs module instead of os.Damien George2024-02-07
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
* tests/extmod: Skip vfs tests if target doesn't have enough memory.Damien George2023-02-09
* top: Update Python formatting to black "2023 stable style".Jim Mussared2023-02-02
* tests: Use .errno instead of .args[0] for OSError exceptions.Damien George2021-04-23
* tests/extmod: Add tests for verifying FAT and littlefs mtime values.Damien George2020-09-02
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George2019-10-29
* tests/extmod: Remove conditional import of uos_vfs, it no longer exists.Damien George2018-06-06
* tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky2017-06-10
* tests/extmod/vfs_fat: Add test for ilistdir of a non-existent directory.Damien George2017-05-13
* tests/extmod/vfs: Update tests to reflect new ilistdir() method.Damien George2017-05-10
* tests/extmod: Make tests skippable.Paul Sokolovsky2017-02-15
* tests/extmod/vfs_fat_ramdisk: Make it work on pyboard.Damien George2017-01-27
* tests/extmod/vfs_fat: Update tests to work with new VFS sub-system.Damien George2017-01-27
* test/extmod: Update vfs_fat tests for new OO FatFs library.Damien George2017-01-27
* tests/extmod/vfs_fat: Improve VFS test coverage.Alex March2016-10-24
* tests/extmod/vfs_fat: Replace asserts with prints and expected outputs.Alex March2016-10-13
* tests/extmod/vfs_fat: Test coverage for remove() and rmdir().Alex March2016-10-11
* tests/extmod/vfs_fat_ramdisk: Add test for VFS.statvfs().Alex March2016-09-27
* tests/extmod/vfs_fat_ramdisk: Add tests for VFS.umount()Radomir Dopieralski2016-08-26
* tests/extmod/vfs_fat_ramdisk: Add testcases for chdir(), getcwd().Paul Sokolovsky2016-05-29
* tests/vfs_fat_ramdisk: Add testcase for .rename().Paul Sokolovsky2016-02-29
* tests/vfs_fat_ramdisk: Allow to run in native mode (don't use "with").Paul Sokolovsky2016-02-29
* tests/vfs_fat_ramdisk: Add testcase for .mkdir().Paul Sokolovsky2016-02-29
* tests/vfs_fat_ramdisk: Add testcase for .remove().Paul Sokolovsky2016-02-28
* tests/vfs_fat_ramdisk: Add .listdir() testcase.Paul Sokolovsky2016-02-28
* tests/vfs_fat_ramdisk: Skip test if can't allocate ramdisk.Paul Sokolovsky2016-02-15
* tests/vfs_fat_ramdisk: Allow to override sector size.Paul Sokolovsky2016-02-14
* tests/vfs_fat_ramdisk: Switch to ioctl-based blockdev API.Paul Sokolovsky2016-02-14
* tests/vfs_fat_ramdisk: Add test for VfsFat.Paul Sokolovsky2016-02-14