- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_create_message (0.25 seconds)
-
tests/test_no_schema_split.py
return Message( input=input_message, output=MessageOutput(body=f"Processed: {input_message}"), ) client = TestClient(app) def test_create_message(): response = client.post("/messages", params={"input_message": "Hello"}) assert response.status_code == 200, response.text assert response.json() == { "input": "Hello",
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 04 14:34:02 GMT 2026 - 6.5K bytes - Click Count (0)