def test_index(app, client):
    projects = ProjectFactory.create_batch(3)
    res = client.get('/')
    #Project.objects.insert(projects)
    assert res.status_code == 200