def test_request_home_startpage(client): response = client.get("/") assert response.data.startswith(b"\n")