Skip to content

Commit

Permalink
Minor tweeks to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Sep 29, 2023
1 parent 7afefea commit 7105091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/configs/test_schedule_from_until.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ irrigation_unlimited:
testing:
enabled: true
speed: 1.0
output_events: true
output_events: false
show_log: false
autoplay: false
times:
Expand All @@ -25,7 +25,7 @@ irrigation_unlimited:
- {t: '2021-09-18 06:05', c: 1, z: 1, s: 1}
- {t: '2021-09-18 06:15', c: 1, z: 1, s: 0}
- {t: '2021-09-18 06:15', c: 1, z: 0, s: 0}
- name: "1-From > Until"
- name: "2-From > Until"
start: "2021-12-28 07:00"
end: "2022-01-04 08:00"
results:
Expand Down
4 changes: 2 additions & 2 deletions tests/test_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

IUExam.quiet_mode()

# pylint: disable=unused-argument


async def test_schedule(hass: ha.HomeAssistant, skip_dependencies, skip_history):
"""Test schedule functionality."""
# pylint: disable=unused-argument

async with IUExam(hass, "test_schedule.yaml") as exam:
await exam.run_all()
exam.check_summary()
Expand Down

0 comments on commit 7105091

Please sign in to comment.