Skip to content

Commit 40f5e17

Browse files
committed
Ignore untested no-fixtures-line
1 parent 6211fa1 commit 40f5e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _write_json(self, call, data):
5454
"""Store JSON data to per-setup files for HA component testing."""
5555
no_fixtures = os.getenv("NO_FIXTURES") == "1"
5656
if no_fixtures:
57-
return
57+
return # pragma: no cover
5858

5959
path = os.path.join(
6060
os.path.dirname(__file__), "../fixtures/" + self.smile_setup

0 commit comments

Comments
 (0)