Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkraleu committed Aug 11, 2023
1 parent 1b650d1 commit d9d7315
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ def test_cli_diagnose():
runner = CliRunner()
result = runner.invoke(run, ["diagnose"])
assert result.exit_code == 0


def test_cli_keys():
runner = CliRunner()
result = runner.invoke(run, ["keys"])
assert result.exit_code == 0

0 comments on commit d9d7315

Please sign in to comment.