Esempio n. 1
0
 def workspaceToShare(self):
     return workspace()
Esempio n. 2
0
 def test_acceptShareLink(self, user):
     # FIXME should be a workspace the user isn't already in!
     newWorkspace = workspace()
     sharelink = newWorkspace.getSharelink()
     result = user.acceptSharelink(sharelink.token)
Esempio n. 3
0
 def otherWorkspace(self):
     return workspace()
Esempio n. 4
0
 def entity(self):
     return workspace()