Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_optional_bytes_list_no_files (0.12 sec)

  1. tests/test_optional_file_list.py

            "/files",
            files=[("files", b"content1"), ("files", b"content2")],
        )
        assert response.status_code == 200
        assert response.json() == {"files_count": 2, "sizes": [8, 8]}
    
    
    def test_optional_bytes_list_no_files():
        client = TestClient(app)
        response = client.post("/files")
        assert response.status_code == 200
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 821 bytes
    - Viewed (0)
Back to top