- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_no_multipart_installed (0.36 seconds)
-
tests/test_multipart_installation.py
app = FastAPI() @app.post("/") async def root(username: str = Form(), f: UploadFile = File()): return username # pragma: nocover def test_no_multipart_installed(monkeypatch): monkeypatch.setattr("python_multipart.__version__", "0.0.12") with warnings.catch_warnings(record=True): warnings.simplefilter("always")
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Oct 27 21:46:26 GMT 2024 - 5.7K bytes - Click Count (0)