index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
extmod
/
vfs_fat_ramdisk.py
Age
Commit message (
Expand
)
Author
2016-10-24
tests/extmod/vfs_fat: Improve VFS test coverage.
Alex March
2016-10-13
tests/extmod/vfs_fat: Replace asserts with prints and expected outputs.
Alex March
2016-10-11
tests/extmod/vfs_fat: Test coverage for remove() and rmdir().
Alex March
2016-09-27
tests/extmod/vfs_fat_ramdisk: Add test for VFS.statvfs().
Alex March
2016-08-26
tests/extmod/vfs_fat_ramdisk: Add tests for VFS.umount()
Radomir Dopieralski
2016-05-29
tests/extmod/vfs_fat_ramdisk: Add testcases for chdir(), getcwd().
Paul Sokolovsky
2016-02-29
tests/vfs_fat_ramdisk: Add testcase for .rename().
Paul Sokolovsky
2016-02-29
tests/vfs_fat_ramdisk: Allow to run in native mode (don't use "with").
Paul Sokolovsky
2016-02-29
tests/vfs_fat_ramdisk: Add testcase for .mkdir().
Paul Sokolovsky
2016-02-28
tests/vfs_fat_ramdisk: Add testcase for .remove().
Paul Sokolovsky
2016-02-28
tests/vfs_fat_ramdisk: Add .listdir() testcase.
Paul Sokolovsky
2016-02-15
tests/vfs_fat_ramdisk: Skip test if can't allocate ramdisk.
Paul Sokolovsky
2016-02-14
tests/vfs_fat_ramdisk: Allow to override sector size.
Paul Sokolovsky
2016-02-14
tests/vfs_fat_ramdisk: Switch to ioctl-based blockdev API.
Paul Sokolovsky
2016-02-14
tests/vfs_fat_ramdisk: Add test for VfsFat.
Paul Sokolovsky