mirror of
https://github.com/elliotnunn/machfs.git
synced 2024-11-22 04:31:37 +00:00
ready to add features
This commit is contained in:
parent
82e9f98ed9
commit
0d09bae64e
@ -17,14 +17,12 @@ def test_roundtrip():
|
||||
assert copies[0] == copies[1]
|
||||
assert copies[1] == copies[2]
|
||||
|
||||
|
||||
|
||||
def test_macos_mount():
|
||||
h = Volume()
|
||||
h.drVN = b'ElmoTest'
|
||||
hf = File()
|
||||
hf.data = b'12345' * 10
|
||||
for i in range(4):
|
||||
for i in range(100):
|
||||
last = b'testfile-%03d' % i
|
||||
h[last] = hf
|
||||
ser = h.write(10*1024*1024)
|
||||
|
Loading…
Reference in New Issue
Block a user