Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_file_list_form_order (0.11 sec)

  1. tests/test_file_and_form_order_issue_9116.py

        assert response.json() == {"file_content": "foo", "city": "Thimphou"}
    
    
    @pytest.mark.parametrize(
        "endpoint_path", ("/file_list_before_form", "/file_list_after_form")
    )
    def test_file_list_form_order(endpoint_path: str, tmp_file_1: Path, tmp_file_2: Path):
        response = client.post(
            url=endpoint_path,
            data={"city": "Thimphou"},
            files=(
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 2.3K bytes
    - Viewed (0)
Back to top