Skip to content

Commit

Permalink
Removed CLI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz00 committed Mar 1, 2024
1 parent 36c2b81 commit e5fc7ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,6 @@ async def test_summary_response_data_integrity(mock_summary_response):
assert "upToDate" in summary and "outOfDate" in summary


def test_main_async_default_options():
with TemporaryDirectory() as temp_dir:
runner = CliRunner()
result = runner.invoke(main_async, ["--path", temp_dir])
assert result.exit_code == 0


def test_convert_timezone_invalid():
with pytest.raises(ValueError):
convert_timezone("invalid-time-format")

0 comments on commit e5fc7ce

Please sign in to comment.