Commit 031fb4b6 authored by Łukasz Nowak's avatar Łukasz Nowak

Test minimal upload with shadir.

parent dac81d22
......@@ -43,7 +43,9 @@ class OnlineTest(unittest.TestCase):
def test_upload_shadir(self):
"""Check scenario with shadir used"""
raise NotImplementedError
nc = NetworkcacheClient(self.shacache, self.shadir)
urlmd5 = str(random.random())
nc.upload(self.test_data, urlmd5, file_name='my file')
def test_upload_twice_same(self):
nc = NetworkcacheClient(self.shacache, self.shadir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment