示例#1
0
 def setUp(self):
     super(ApiListArtifactsHandlerTest, self).setUp()
     self.handler = artifact_plugin.ApiListArtifactsHandler()
     self.context = api_call_context.ApiCallContext("test")
示例#2
0
 def setUp(self):
     super(ApiListArtifactsHandlerTest, self).setUp()
     self.handler = artifact_plugin.ApiListArtifactsHandler()
 def ListArtifacts(self, args, context=None):
     return api_artifact.ApiListArtifactsHandler()
 def ListArtifacts(self, args, token=None):
     return api_artifact.ApiListArtifactsHandler()