Skip to content

Commit

Permalink
Update src/pyflask/tests/conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored May 24, 2024
1 parent 8467a27 commit 18b7229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyflask/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 18b7229

Please sign in to comment.