index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
extmod
/
vfs_fat_fileio2.py
Commit message (
Expand
)
Author
Age
*
tests: Use vfs module instead of os.
Damien George
2024-02-07
*
tests: Replace umodule with module everywhere.
Jim Mussared
2023-06-08
*
tests/extmod: Skip vfs tests if target doesn't have enough memory.
Damien George
2023-02-09
*
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2023-02-02
*
tests: Use .errno instead of .args[0] for OSError exceptions.
Damien George
2021-04-23
*
tests/extmod/vfs_fat_fileio2.py: Close test file at end of test.
Damien George
2021-03-16
*
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-30
*
extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.
Damien George
2019-10-29
*
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
Damien George
2018-06-06
*
tests: Convert remaining "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-06-10
*
tests/extmod/vfs: Update tests to reflect new ilistdir() method.
Damien George
2017-05-10
*
tests/extmod/vfs_fat_fileio*: Improve skippability.
Paul Sokolovsky
2017-04-03
*
tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2.
Paul Sokolovsky
2017-04-02