Home / Function/ test_openapi() — fastapi Function Reference

test_openapi() — fastapi Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  c15dc897_aec7_218f_71e0_a11a3a198f3c["test_openapi()"]
  59cfbf94_e94d_7ebf_f5e8_e5ac9a675a44["test_openapi_model_description_trim_on_formfeed.py"]
  c15dc897_aec7_218f_71e0_a11a3a198f3c -->|defined in| 59cfbf94_e94d_7ebf_f5e8_e5ac9a675a44
  style c15dc897_aec7_218f_71e0_a11a3a198f3c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

tests/test_openapi_model_description_trim_on_formfeed.py lines 24–31

def test_openapi():
    response = client.get("/openapi.json")
    assert response.status_code == 200, response.text
    openapi_schema = response.json()

    assert openapi_schema["components"]["schemas"]["MyModel"]["description"] == (
        "A model with a form feed character in the title.\n"
    )

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free