def test_addition():
assert 1 + 1 == 2
def test_index(client):
# fetch index page
res = client.get('/')
# check HTTP status code
assert res.status_code == 302