Browse Source

Inline variable

pull/2749/head
dmitry.dygalo 7 years ago
parent
commit
33f86a5d4d
  1. 3
      tests/conftest.py

3
tests/conftest.py

@ -60,8 +60,7 @@ class Flask(_Flask):
@pytest.fixture
def app():
app = Flask('flask_test', root_path=os.path.dirname(__file__))
return app
yield Flask('flask_test', root_path=os.path.dirname(__file__))
@pytest.fixture

Loading…
Cancel
Save