Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_merged_no_return_lifespans_return_none (0.18 seconds)

  1. tests/test_router_events.py

            assert client.app_state == {
                "app_specific": True,
                "router_specific": True,
                "overridden": "app",
            }
    
    
    def test_merged_no_return_lifespans_return_none() -> None:
        @asynccontextmanager
        async def lifespan(app: FastAPI) -> AsyncGenerator[None, None]:
            yield
    
        @asynccontextmanager
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 21:25:59 GMT 2025
    - 7.3K bytes
    - Click Count (0)
Back to Top