Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_swagger_ui_default_url (0.24 seconds)

  1. tests/test_tutorial/test_metadata/test_tutorial003.py

                                "content": {"application/json": {"schema": {}}},
                            }
                        },
                    }
                }
            },
        }
    
    
    def test_swagger_ui_default_url():
        response = client.get("/docs")
        assert response.status_code == 404, response.text
    
    
    def test_swagger_ui_custom_url():
        response = client.get("/documentation")
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Dec 26 10:43:02 GMT 2025
    - 1.5K bytes
    - Click Count (0)
Back to Top