fix: linter errors over conftest.py [no ci]
This commit is contained in:
@@ -5,7 +5,7 @@ from app import app
|
||||
|
||||
|
||||
# the client here allow to use the app without running in live server
|
||||
# see https://flask.palletsprojects.com/en/2.0.x/testing/#sending-requests-with-the-test-client
|
||||
# see https://flask.palletsprojects.com/en/2.0.x/testing/#sending-requests-with-the-test-client # noqa: E501
|
||||
@pytest.fixture
|
||||
def client():
|
||||
app.config['TESTING'] = True
|
||||
|
Reference in New Issue
Block a user