"""Test for the Hello Handler.""" def test_hello(client): """Test hello handler success.""" response = client.get('/hello/') assert response.status_code == 200