Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for request_class (0.17 sec)

  1. tests/test_tutorial/test_custom_request_and_route/test_tutorial001.py

        headers["Content-Type"] = "application/json"
        response = client.post("/sum", content=data, headers=headers)
        assert response.json() == {"sum": n}
    
    
    def test_request_class():
        response = client.get("/check-class")
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Nov 13 14:26:09 GMT 2022
    - 886 bytes
    - Viewed (0)
Back to top