def workspaceToShare(self): return workspace()
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)
def otherWorkspace(self): return workspace()
def entity(self): return workspace()