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_basic.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
*
extmod/vfs: Fix lookup of entry in root dir so it fails correctly.
Damien George
2020-09-23
*
extmod/vfs: Retain previous working directory if chdir fails.
Damien George
2020-05-29
*
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-30
*
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
Damien George
2018-06-06
*
tests/extmod/vfs_basic: Allow test to pass on embedded targets.
Damien George
2017-06-11
*
tests: Convert remaining "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-06-10
*
extmod/vfs: Allow to statvfs the root directory.
Damien George
2017-06-07
*
tests/extmod/vfs: Update tests to reflect new ilistdir() method.
Damien George
2017-05-10
*
tests/extmod: Make some vfs tests fully unmount FSs before running.
Damien George
2017-05-09
*
tests/extmod: Add some more VFS tests.
Damien George
2017-05-05
*
tests/extmod/vfs_basic: Unmount all existing devices before doing test.
Damien George
2017-03-14
*
tests/extmod/vfs_basic: Add more tests for basic VFS functionality.
Damien George
2017-03-14
*
tests/extmod: Add a test for core VFS functionality, sans any filesystem.
Damien George
2017-03-13