Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for openapi_schema (0.15 sec)

  1. tests/test_openapi_examples.py

        assert response.status_code == 200, response.text
    
        response = client.get("/cookie_examples/")
        assert response.status_code == 200, response.text
    
    
    def test_openapi_schema():
        response = client.get("/openapi.json")
        assert response.status_code == 200, response.text
        assert response.json() == {
            "openapi": "3.1.0",
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Oct 24 20:26:06 GMT 2023
    - 17K bytes
    - Viewed (0)
Back to top