Skip to content

Commit b60c89c

Browse files
committed
Update help for --start-live-server option
1 parent 866792f commit b60c89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_flask/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def pytest_addoption(parser):
118118
group.addoption('--start-live-server',
119119
action="store_true", dest="start_live_server", default=True,
120120
help="start server automatically when live_server "
121-
"fixture is applyed.")
121+
"fixture is applyed (enabled by default).")
122122
group.addoption('--no-start-live-server',
123123
action="store_false", dest="start_live_server",
124124
help="don't start server automatically when live_server "

0 commit comments

Comments
 (0)