index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
extmod
/
vfs_fat_ramdisk.py
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-14
Make Trinket M0 build fit; make RAMFS in vfs_fat_* tests be compliant with ex...
Dan Halbert
2018-06-06
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
Damien George
2018-03-27
Add VfsFat.label property
Jeff Epler
2017-06-10
tests: Convert remaining "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-05-13
tests/extmod/vfs_fat: Add test for ilistdir of a non-existent directory.
Damien George
2017-05-10
tests/extmod/vfs: Update tests to reflect new ilistdir() method.
Damien George
2017-02-15
tests/extmod: Make tests skippable.
Paul Sokolovsky
2017-01-27
tests/extmod/vfs_fat_ramdisk: Make it work on pyboard.
Damien George
2017-01-27
tests/extmod/vfs_fat: Update tests to work with new VFS sub-system.
Damien George
2017-01-27
test/extmod: Update vfs_fat tests for new OO FatFs library.
Damien George
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