Home / Function/ test_normal() — fastapi Function Reference

test_normal() — fastapi Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  b05f7e74_b0ec_670b_ceb1_b813592a1a7d["test_normal()"]
  0c5ff19d_a1ae_2482_c1a8_a702de2616cf["test_dependency_security_overrides.py"]
  b05f7e74_b0ec_670b_ceb1_b813592a1a7d -->|defined in| 0c5ff19d_a1ae_2482_c1a8_a702de2616cf
  style b05f7e74_b0ec_670b_ceb1_b813592a1a7d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

tests/test_dependency_security_overrides.py lines 35–41

def test_normal():
    response = client.get("/user")
    assert response.json() == {
        "user": "john",
        "scopes": ["foo", "bar"],
        "data": [1, 2, 3],
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free