Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions kadi/commands/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,7 @@ def patched_read_cmd_events_from_sheet(doc_id):
return evts


@pytest.mark.skipif(not HAS_INTERNET, reason="No internet connection")
def test_flight_scenario_sheet_access():
"""Test that flight scenario does not access the google command events sheet"""
with kadi.commands.conf.set_temp("cmd_events_flight_id", "id-does-not-exist"):
Expand All @@ -1227,6 +1228,7 @@ def test_flight_scenario_sheet_access():
commands.get_cmds("-7d") # fails, bad sheet URL


@pytest.mark.skipif(not HAS_INTERNET, reason="No internet connection")
def test_custom_scenario(monkeypatch, stop_date_2024_035_23_00_00):
"""Test "custom" scenario with a carefully constructed sequence of events.

Expand Down