1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00

Improve seventeentrack (#25454)

* Code improvement + tests

* review

* review + moving to pytest test function

* move test to async

* remove code comment
This commit is contained in:
Thomas Germain
2019-07-28 19:55:46 +02:00
committed by Martin Hjelmare
parent da53e0a836
commit 4936e55979
5 changed files with 382 additions and 78 deletions

View File

@@ -161,6 +161,7 @@ TEST_REQUIREMENTS = (
'zeroconf',
'zigpy-homeassistant',
'bellows-homeassistant',
'py17track',
)
IGNORE_PIN = ('colorlog>2.1,<3', 'keyring>=9.3,<10.0', 'urllib3')