Skip to content

Commit 0dd22e9

Browse files
CoMPaTechbouwew
authored andcommitted
No coverage for fixture_only
1 parent 297810b commit 0dd22e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_smile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ async def device_test(
404404
self._write_json("notifications", data.gateway["notifications"])
405405

406406
if "FIXTURES" in os.environ:
407-
_LOGGER.info("Skipping tests: Requested fixtures only")
408-
return
407+
_LOGGER.info("Skipping tests: Requested fixtures only") # pragma: no cover
408+
return # pragma: no cover
409409

410410
location_list = smile._thermo_locs
411411

0 commit comments

Comments
 (0)