adjustment to module

isort fixed this closes #53
This commit is contained in:
mb
2020-07-21 08:29:54 +02:00
parent 141df29666
commit 46faf1a7a5
6 changed files with 2 additions and 57 deletions

View File

@@ -30,10 +30,3 @@ def test_init():
assert 'invenio-theme-tugraz' not in app.extensions
ext.init_app(app)
assert 'invenio-theme-tugraz' in app.extensions
# def test_view(base_client):
# """Test view."""
# res = base_client.get("/")
# assert res.status_code == 200
# assert 'Welcome to invenio-theme-tugraz' in str(res.data)