()
| 152 | |
| 153 | @app.get("/2") |
| 154 | async def index2() -> ResponseReturnValue: |
| 155 | return Response(await stream_template_string("{{ config }}", config=43)) |
| 156 | |
| 157 | test_client = app.test_client() |
| 158 | response = await test_client.get("/2") |
nothing calls this directly
no test coverage detected
searching dependent graphs…