mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23: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. |
||
---|---|---|
.. | ||
modules | ||
__init__.py | ||
effects.py | ||
iotbulb.py | ||
iotdevice.py | ||
iotdimmer.py | ||
iotlightstrip.py | ||
iotmodule.py | ||
iotplug.py | ||
iotstrip.py |