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_fileio1.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-23
extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset.
Ayke van Laethem
2018-02-28
tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser.
Damien George
2018-02-26
tests/extmod/vfs_fat_fileio1: Add test for failing alloc with finaliser.
Damien George
2018-01-31
extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset.
Ayke van Laethem
2017-06-10
tests: Convert remaining "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-05-10
tests/extmod/vfs: Update tests to reflect new ilistdir() method.
Damien George
2017-04-03
tests/extmod/vfs_fat_fileio*: Improve skippability.
Paul Sokolovsky
2017-04-02
tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2.
Paul Sokolovsky