We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0023174 commit 3810cb6Copy full SHA for 3810cb6
tests/devices/test_v1_device.py
@@ -40,6 +40,7 @@ def mqtt_rpc_channel_fixture() -> AsyncMock:
40
"""Fixture to set up the channel for tests."""
41
return AsyncMock()
42
43
+
44
@pytest.fixture(autouse=True, name="device")
45
def device_fixture(channel: AsyncMock, rpc_channel: AsyncMock, mqtt_rpc_channel: AsyncMock) -> RoborockDevice:
46
"""Fixture to set up the device for tests."""
0 commit comments