- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_no_response_model_annotation_json_response_class (0.15 sec)
-
tests/test_response_model_as_return_annotation.py
response = client.get("/no_response_model-annotation_response_class") assert response.status_code == 200, response.text assert response.text == "Foo" def test_no_response_model_annotation_json_response_class(): response = client.get("/no_response_model-annotation_json_response_class") assert response.status_code == 200, response.text assert response.json() == {"foo": "bar"}
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 12:54:56 UTC 2025 - 47.7K bytes - Viewed (0)