mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
Consolidate warnings for fixtures missing child devices (#1251)
This commit is contained in:
parent
3086aa8a20
commit
9efe871814
@ -200,10 +200,9 @@ class FakeSmartTransport(BaseTransport):
|
||||
is_child=True,
|
||||
)
|
||||
else:
|
||||
warn(
|
||||
f"Could not find child SMART fixture for {child_info}",
|
||||
stacklevel=2,
|
||||
)
|
||||
pytest.fixtures_missing_methods.setdefault( # type: ignore[attr-defined]
|
||||
parent_fixture_name, set()
|
||||
).add("child_devices")
|
||||
else:
|
||||
warn(
|
||||
f"Child is a cameraprotocol which needs to be implemented {child_info}",
|
||||
|
Loading…
Reference in New Issue
Block a user