Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_read_items (0.18 sec)

  1. tests/test_openapi_separate_input_output_schemas.py

                    "name": "Portal Gun",
                    "description": "Device to travel through the multi-rick-verse",
                    "sub": None,
                },
            ]
        )
    
    
    def test_read_items():
        client = get_app_client()
        client_no = get_app_client(separate_input_output_schemas=False)
        response = client.get("/items/")
        response2 = client_no.get("/items/")
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Oct 12 09:44:57 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top