Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 5, 2024
1 parent c6cd16e commit 4e9cd4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_exit_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def main():
result = runner.invoke(app)
assert result.exit_code == 1


def test_keyboardinterrupt():
# Mainly for coverage/completeness
app = typer.Typer()
Expand All @@ -30,6 +31,7 @@ def main():
assert result.exit_code == 130
assert result.stdout == ""


def test_oserror():
# Mainly for coverage/completeness
app = typer.Typer()
Expand Down

0 comments on commit 4e9cd4f

Please sign in to comment.