We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad04aa commit b30f18aCopy full SHA for b30f18a
tests/test_smile.py
@@ -562,7 +562,7 @@ async def tinker_thermostat_schedule(
562
_LOGGER.info(" - succeeded unexpectedly for some reason")
563
raise self.UnexpectedError
564
return tinker_schedule_passed
565
- _LOGGER.info("- Skipping schedule adjustments")
+ _LOGGER.info("- Skipping schedule adjustments") # pragma: no cover
566
567
@pytest.mark.asyncio
568
async def tinker_thermostat(
0 commit comments