We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19749db commit 57425b6Copy full SHA for 57425b6
1 file changed
tests/extmod/vfs_fat_ramdisk.py
@@ -57,3 +57,6 @@ def ioctl(self, op, arg):
57
assert b"hello!" in bdev.data
58
59
assert vfs.listdir() == ['foo_file.txt']
60
+
61
+vfs.remove('foo_file.txt')
62
+assert vfs.listdir() == []
0 commit comments