Skip to content

Commit

Permalink
chore: remove unused app_runner function in conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Nov 6, 2024
1 parent 519b713 commit d1dfe14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ def _app() -> Iterator[StatefulApp]:
yield app


def app_runner():
return runner.invoke(app, ["--help"])


@pytest.fixture
def ctx(app: StatefulApp) -> typer.Context:
"""Create context for the main command."""
Expand Down

0 comments on commit d1dfe14

Please sign in to comment.