- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_empty_form (0.39 sec)
-
tests/test_union_forms.py
def test_invalid_form_data(): response = client.post( "/form-union/", data={"name": "John", "company_name": "Tech Corp"}, ) assert response.status_code == 422, response.text def test_empty_form(): response = client.post("/form-union/") assert response.status_code == 422, response.text def test_openapi_schema(): response = client.get("/openapi.json")
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 5.2K bytes - Viewed (0)