Complete the unit-test package chain so test modules import fully qualified

This commit is contained in:
J. Nick Koston
2026-08-20 13:42:15 -05:00
parent 3eec5085da
commit e82453e80e
5 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -6,9 +6,9 @@ from unittest.mock import patch
from hypothesis import given
import pytest
from strategies import mac_addr_strings
from esphome import const, core
from tests.unit_tests.strategies import mac_addr_strings
class TestHexInt: