mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-06 10:44:04 +00:00
Run tests with caplog in a single worker (#1304)
This commit is contained in:
@@ -137,6 +137,7 @@ async def test_thermostat_mode(dev, mode, states, frost_protection):
|
||||
),
|
||||
],
|
||||
)
|
||||
@pytest.mark.xdist_group(name="caplog")
|
||||
async def test_thermostat_mode_warnings(dev, mode, states, msg, caplog):
|
||||
"""Test thermostat modes that should log a warning."""
|
||||
temp_module: TemperatureControl = dev.modules["TemperatureControl"]
|
||||
|
Reference in New Issue
Block a user