core/homeassistant
Martin Hjelmare d270f9515b
Add zwave_js init module tests (#45048)
* Add entry setup and unload test

* Test home assistant stop

* Test on connect and on disconnect

* Test client connect timeout

* Test ready node added

* Test non ready node added

* Test existing node not ready

* Test device registry state

* Add common test tools module

* Add existing ready node test

* Include init module in coverage calculation

* Clean docstrings
2021-01-11 16:05:11 +01:00
..
auth Add option to deactivate a user (#43463) 2020-11-27 09:13:16 +01:00
components Add zwave_js init module tests (#45048) 2021-01-11 16:05:11 +01:00
generated Add zwave_js integration (#45020) 2021-01-11 00:08:25 +01:00
helpers Helpers type hint improvements (#44964) 2021-01-09 00:08:34 +01:00
scripts Upgrade colorlog to 4.6.2 (#44652) 2020-12-30 17:12:51 +01:00
util Add more debug details to running timeouts (#43644) 2021-01-04 13:10:39 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Add more debug details to running timeouts (#43644) 2021-01-04 13:10:39 +01:00
config.py Better general/fallback error message and traceback for unknown config errors (#44655) 2021-01-05 13:55:38 +01:00
config_entries.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
const.py Drop Python 3.7 support (#43805) 2021-01-01 13:47:01 +01:00
core.py Drop remaining Python < 3.8 support (#44743) 2021-01-04 11:47:29 +01:00
data_entry_flow.py
exceptions.py Correct service not found exception message (#43846) 2020-12-02 10:32:25 +01:00
loader.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
package_constraints.txt Upgrade requests to 2.25.1 (#44989) 2021-01-09 20:02:50 +01:00
requirements.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
runner.py Drop remaining Python < 3.8 support (#44743) 2021-01-04 11:47:29 +01:00
setup.py
strings.json