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 3810cb6 commit 01026abCopy full SHA for 01026ab
tests/devices/traits/v1/fixtures.py
@@ -27,12 +27,12 @@ def rpc_channel_fixture() -> AsyncMock:
27
return AsyncMock()
28
29
30
-
31
@pytest.fixture(autouse=True, name="mock_mqtt_rpc_channel")
32
def mqtt_rpc_channel_fixture() -> AsyncMock:
33
"""Fixture to set up the channel for tests."""
34
35
+
36
@pytest.fixture(autouse=True, name="device")
37
def device_fixture(channel: AsyncMock, mock_rpc_channel: AsyncMock, mock_mqtt_rpc_channel: AsyncMock) -> RoborockDevice:
38
"""Fixture to set up the device for tests."""
0 commit comments