Flask - Testing Flask Applications
What is wrong with this Flask test code snippet?
client = app.test_client()
response = client.get('/login')
assert response.status == 200