Update conftest.py
This commit is contained in:
parent
033ce1fd70
commit
3b835ae0a9
@ -7,6 +7,8 @@ def app():
|
||||
'TESTING': True
|
||||
})
|
||||
|
||||
yield app
|
||||
|
||||
@pytest.fixture
|
||||
def client(app):
|
||||
return app.test_client()
|
||||
|
Loading…
Reference in New Issue
Block a user