- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_python_list_param_as_form (0.15 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/test_forms_from_non_typing_sequences.py
return items @app.post("/form/python-tuple") def post_form_param_tuple(items: tuple = Form()): return items client = TestClient(app) def test_python_list_param_as_form(): response = client.post( "/form/python-list", data={"items": ["first", "second", "third"]} ) assert response.status_code == 200, response.text
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri May 13 23:38:22 GMT 2022 - 1.2K bytes - Click Count (0)