pre-commit-ci-lite[bot]
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
3 deletions
-
tests/test_ast_inference.py
|
|
|
@ -121,8 +121,6 @@ def get_arg_types(a: int, b: str, c: bool, d: float) -> Dict[str, Any]: |
|
|
|
return {"int_val": a, "str_val": b, "bool_val": c, "float_val": d} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
client = TestClient(app) |
|
|
|
|
|
|
|
|
|
|
|
@ -319,7 +317,6 @@ def test_openapi_schema_ast_inference(): |
|
|
|
assert arg_types_props["float_val"]["type"] == "number" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def test_infer_response_model_edge_cases() -> None: |
|
|
|
"""Test edge cases for infer_response_model_from_ast function.""" |
|
|
|
|
|
|
|
|