mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 11:43:34 +00:00
6a86ffbbba
This will catch common issues with pytest code. * Use `match` when using `pytest.raises()` for base exception types like `TypeError` or `ValueError` * Use tuples for `parametrize()` * Enforces `pytest.raises()` to contain simple statements, using `noqa` to skip this on some cases for now. * Fixes incorrect exception type (valueerror instead of typeerror) for iotdimmer. * Adds check valid types for `iotbulb.set_hsv` and `color` smart module. * Consolidate exception messages for common interface modules. |
||
---|---|---|
.. | ||
__init__.py | ||
test_autooff.py | ||
test_contact.py | ||
test_fan.py | ||
test_firmware.py | ||
test_humidity.py | ||
test_light_effect.py | ||
test_light_strip_effect.py | ||
test_lighttransition.py | ||
test_motionsensor.py | ||
test_temperature.py | ||
test_temperaturecontrol.py | ||
test_waterleak.py |