cb20d999bc
Covered case: - Stat cases - Invalid read/write/flush/close - Invalid mkdir/rmdir/remove/getcwd - File seek/tell, modes a/x/+, t/b - Writing to a full disk - Full path rename, slash trim - Rename cases - Bytestring listdir - File object printing
20 lines
368 B
Plaintext
20 lines
368 B
Plaintext
True
|
|
True
|
|
True
|
|
statvfs: (512, 512, 14, 14, 14, 0, 0, 0, 0, 255)
|
|
getcwd: /ramdisk
|
|
True
|
|
['foo_file.txt']
|
|
stat root: (16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
|
|
stat disk: (16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
|
|
stat file: (32768, 0, 0, 0, 0, 0, 6, -631238400, -631238400, -631238400)
|
|
True
|
|
True
|
|
getcwd: /ramdisk/foo_dir
|
|
[]
|
|
True
|
|
getcwd: /ramdisk
|
|
True
|
|
True
|
|
[b'foo_file.txt', b'foo_dir']
|