This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
62be14d77c
micropython
/
tests
/
extmod
/
vfs_fat_fileio1.py.exp
14 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2. This restores ability to run testsuite with 16K heap.
2017-04-02 19:59:56 +01:00
<io.TextIOWrapper >
True
True
True
True
hello!world!
12
h
e
extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset. CPython doesn't allow SEEK_CUR with non-zero offset for files in text mode, and uPy inherited this behaviour for both text and binary files. It makes sense to provide full support for SEEK_CUR of binary-mode files in uPy, and to do this in a minimal way means also allowing to use SEEK_CUR with non-zero offsets on text-mode files. That seems to be a fair compromise.
2017-12-19 22:47:07 +00:00
o
tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2. This restores ability to run testsuite with 16K heap.
2017-04-02 19:59:56 +01:00
d
True
tests/extmod/vfs: Update tests to reflect new ilistdir() method.
2017-05-05 14:35:49 +01:00
[('foo_dir', 16384, 0)]