Home / Function/ test_security_scopes_dont_propagate() — fastapi Function Reference

test_security_scopes_dont_propagate() — fastapi Function Reference

Architecture documentation for the test_security_scopes_dont_propagate() function in test_security_scopes_dont_propagate.py from the fastapi codebase.

Entity Profile

Dependency Diagram

graph TD
  982a37eb_33cf_adf2_d0c8_897d5b9ced50["test_security_scopes_dont_propagate()"]
  30ea7408_25bb_274c_a4d8_3b0e2c4dc4c0["test_security_scopes_dont_propagate.py"]
  982a37eb_33cf_adf2_d0c8_897d5b9ced50 -->|defined in| 30ea7408_25bb_274c_a4d8_3b0e2c4dc4c0
  style 982a37eb_33cf_adf2_d0c8_897d5b9ced50 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

tests/test_security_scopes_dont_propagate.py lines 38–44

def test_security_scopes_dont_propagate():
    response = client.get("/scopes")
    assert response.status_code == 200
    assert response.json() == {
        "dep1": ["scope3", "scope1"],
        "dep2": ["scope3", "scope2"],
    }

Domain

Subdomains

Frequently Asked Questions

What does test_security_scopes_dont_propagate() do?
test_security_scopes_dont_propagate() is a function in the fastapi codebase, defined in tests/test_security_scopes_dont_propagate.py.
Where is test_security_scopes_dont_propagate() defined?
test_security_scopes_dont_propagate() is defined in tests/test_security_scopes_dont_propagate.py at line 38.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free