Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_trace (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tests/test_extra_routes.py

        response = client.patch("/items/foo", json={"name": "Foo"})
        assert response.status_code == 200, response.text
        assert response.json() == {"item_id": "foo", "item": {"name": "Foo", "price": None}}
    
    
    def test_trace():
        response = client.request("trace", "/items/foo")
        assert response.status_code == 200, response.text
        assert response.headers["content-type"] == "message/http"
    
    
    def test_openapi_schema():
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 18:19:10 GMT 2025
    - 13.5K bytes
    - Click Count (0)
Back to Top