mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-13 11:35:45 +00:00
Tweaking client
This commit is contained in:
@@ -32,7 +32,9 @@ def app(request):
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
def client(app):
|
||||
return app.test_client()
|
||||
with app.test_client() as client:
|
||||
yield client
|
||||
|
||||
|
||||
@pytest.fixture(scope='function')
|
||||
def session(request):
|
||||
|
||||
Reference in New Issue
Block a user