1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add tests for ZHA switch (#20691)

* start test setup

test cleanup

test deps

update switch test

actually update test deps

cleanup and remove switch from coveragerc

comment

refactor to use fixtures and shared components

lint

* remove availability part that isn't in zha yet

* review comments and cleanup

* review comments

* add switch back unil post reorg merge
This commit is contained in:
David F. Mulcahey
2019-02-03 07:03:31 -05:00
committed by GitHub
parent 38ea43b678
commit 74cdf7c347
5 changed files with 264 additions and 0 deletions

View File

@@ -124,6 +124,8 @@ TEST_REQUIREMENTS = (
'vultr',
'YesssSMS',
'ruamel.yaml',
'zigpy',
'bellows',
)
IGNORE_PACKAGES = (