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 aa3aa3e commit bb5085bCopy full SHA for bb5085b
tests/test_generic.py
@@ -8,7 +8,9 @@
8
from .test_init import _LOGGER, TestPlugwise, pw_exceptions
9
10
11
-class PlugwiseGeneric(TestPlugwise): # pylint: disable=attribute-defined-outside-init
+class TestPlugwiseGeneric(
12
+ TestPlugwise
13
+): # pylint: disable=attribute-defined-outside-init
14
"""Tests for generic functionality."""
15
16
@pytest.mark.asyncio
0 commit comments