ready to add features

This commit is contained in:
Elliot Nunn 2018-10-07 22:11:08 +08:00
parent 82e9f98ed9
commit 0d09bae64e
1 changed files with 1 additions and 3 deletions

View File

@ -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)