- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for file_contents (0.07 sec)
-
tests/test_file_and_form_order_issue_9116.py
city: Annotated[str, Form()], ): return {"file_contents": files, "city": city} @app.post("/file_list_after_form") def file_list_after_form( city: Annotated[str, Form()], files: Annotated[list[bytes], File()], ): return {"file_contents": files, "city": city} client = TestClient(app) @pytest.fixture def tmp_file_1(tmp_path: Path) -> Path: f = tmp_path / "example1.txt"
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 2.3K bytes - Viewed (0)