Convert to black formatting
This commit is contained in:
@@ -5,7 +5,7 @@ from app import create_app
|
||||
|
||||
@pytest.fixture
|
||||
def app():
|
||||
return create_app('test')
|
||||
return create_app("test")
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
@@ -16,6 +16,7 @@ def client(app):
|
||||
@pytest.fixture
|
||||
def db(app):
|
||||
from app import db
|
||||
|
||||
with app.app_context():
|
||||
db.create_all()
|
||||
yield db
|
||||
|
Reference in New Issue
Block a user