示例#1
0
 def workspaceToShare(self):
     return workspace()
示例#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)
示例#3
0
 def otherWorkspace(self):
     return workspace()
示例#4
0
 def entity(self):
     return workspace()