From 18b72295ef9f690343a7815948452717470434a2 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Fri, 24 May 2024 13:53:38 -0400 Subject: [PATCH] Update src/pyflask/tests/conftest.py --- src/pyflask/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyflask/tests/conftest.py b/src/pyflask/tests/conftest.py index 0a19565fa..c585a7124 100644 --- a/src/pyflask/tests/conftest.py +++ b/src/pyflask/tests/conftest.py @@ -3,7 +3,7 @@ def pytest_addoption(parser): - parser.addoption("--target", action="store", help="Run the executable instead of the standard Flask flask_app") + parser.addoption("--target", action="store", help="Run the executable instead of the standard Flask app.") @pytest.fixture(scope="session")