- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_invalid_form_data (0.33 sec)
-
tests/test_union_forms.py
) assert response.status_code == 200, response.text assert response.json() == { "received": {"company_name": "Tech Corp", "industry": "Technology"} } 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():Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 5.2K bytes - Viewed (0)