diff --git a/swagger_server/test/__init__.py b/swagger_server/test/__init__.py index 8076c16f..550d613a 100644 --- a/swagger_server/test/__init__.py +++ b/swagger_server/test/__init__.py @@ -13,4 +13,8 @@ def create_app(self): app = create_app() + # TODO: we need a handle to TEManager in tests, so we will use + # this. There must be a better way to accesss this though. + self.te_manager = app.te_manager + return app.app