예제 #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()