コード例 #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
ファイル: test_workspace.py プロジェクト: Labstep/labstepPy
 def entity(self):
     return workspace()