Beispiel #1
0
 def topic(self):
     ctx = Context(None, Config(), None)
     application = ThumborServiceApp(ctx)
     handler = BaseHandler(application, MagicMock())
     handler._transforms = []
     return handler