from httpx import AsyncClient async def test_get_login_page_contains_form(client: AsyncClient) -> None: res = await client.get("/login") assert res.status_code == 200 assert "