mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Set Z-Wave platforms fixture in config flow tests (#144470)
This commit is contained in:
parent
a1599d5f7d
commit
014c5dc764
@ -62,6 +62,12 @@ CP2652_ZIGBEE_DISCOVERY_INFO = UsbServiceInfo(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture
|
||||||
|
def platforms() -> list[str]:
|
||||||
|
"""Fixture to specify platforms to test."""
|
||||||
|
return []
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(name="setup_entry")
|
@pytest.fixture(name="setup_entry")
|
||||||
def setup_entry_fixture() -> Generator[AsyncMock]:
|
def setup_entry_fixture() -> Generator[AsyncMock]:
|
||||||
"""Mock entry setup."""
|
"""Mock entry setup."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user