- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for _wrap_gen_lifespan_context (0.55 seconds)
-
tests/test_router_events.py
assert state.app_shutdown is True def test_router_sync_generator_lifespan(state: State) -> None: """Test that a sync generator lifespan works via _wrap_gen_lifespan_context.""" from collections.abc import Generator def lifespan(app: FastAPI) -> Generator[None, None, None]: state.app_startup = True yield state.app_shutdown = True
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 09:59:14 GMT 2026 - 11.7K bytes - Click Count (0)