Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_router_async_shutdown_handler (0.17 seconds)

  1. tests/test_router_events.py

            assert client.app_state == {"router": True}
    
    
    @pytest.mark.filterwarnings(
        r"ignore:\s*on_event is deprecated, use lifespan event handlers instead.*:DeprecationWarning"
    )
    def test_router_async_shutdown_handler(state: State) -> None:
        """Test that async on_shutdown event handlers are called correctly, for coverage."""
        app = FastAPI()
    
        @app.get("/")
        def main() -> dict[str, str]:
    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)
Back to Top