We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866792f commit b60c89cCopy full SHA for b60c89c
pytest_flask/plugin.py
@@ -118,7 +118,7 @@ def pytest_addoption(parser):
118
group.addoption('--start-live-server',
119
action="store_true", dest="start_live_server", default=True,
120
help="start server automatically when live_server "
121
- "fixture is applyed.")
+ "fixture is applyed (enabled by default).")
122
group.addoption('--no-start-live-server',
123
action="store_false", dest="start_live_server",
124
help="don't start server automatically when live_server "
0 commit comments