def GetHunt(self, args, token=None):
     return api_hunt.ApiGetHuntHandler()
 def GetHunt(self, args, context=None):
     return api_hunt.ApiGetHuntHandler()
Esempio n. 3
0
 def setUp(self):
     super(ApiGetHuntHandlerTest, self).setUp()
     self.handler = hunt_plugin.ApiGetHuntHandler()