Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_security_scopes_dependency_called_once (0.11 sec)

  1. tests/test_security_scopes.py

        ):
            return {"db": db}
    
        return app
    
    
    @pytest.fixture(name="client")
    def client_fixture(app: FastAPI):
        return TestClient(app)
    
    
    def test_security_scopes_dependency_called_once(
        client: TestClient, call_counter: dict[str, int]
    ):
        response = client.get("/")
    
        assert response.status_code == 200
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 1006 bytes
    - Viewed (0)
Back to top