1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 17:08:36 +01:00

Mock services on session dbus in tests (#4160)

* Mock services on session dbus in tests

* methods emit prop changes for testing
This commit is contained in:
Mike Degatano
2023-03-08 05:10:24 -05:00
committed by GitHub
parent 3887fcfc93
commit daeec266cc
19 changed files with 1766 additions and 265 deletions
+2
View File
@@ -27,3 +27,5 @@ ignore =
E203,
D202,
W504
per-file-ignores =
tests/dbus_service_mocks/*.py: F821,F722