Path 1: 552 calls (1.0)

Flask (544) test_session_dynamic_cookie_name..CustomFlask (4) TestSendfile.test_static_file..StaticFileApp (1) test_session_error_pops...

1def __init__(self, app: Flask) -> None:
2        self.app = app
3        self.url_adapter = app.create_url_adapter(None)
4        self.g: _AppCtxGlobals = app.app_ctx_globals_class()
5        self._cv_tokens: list[contextvars.Token] = []