Pascal Vizeli
|
d5368f6f78
|
Async bootstrap / component init (#3991)
* Async bootstrap
* Adress comments
* Fix tests
* More fixes
* Tests fixes
|
2016-10-27 00:16:23 -07:00 |
|
Rob Capellini
|
272539105f
|
Replacing tempfile with mock_open in tests (#3753)
- test_bootstrap.py
- test_config.py
- components/test_init.py
- components/test_panel_custom.py
- components/test_api.py
- components/notify/test_file.py
- components/notify/test_demo.py
- components/camera/test_local_file.py
- helpers/test_config_validation.py
- util/test_package.py
- util/test_yaml.py
No changes needed in:
- components/cover/test_command_line.py
- components/switch/test_command_line.py
- components/rollershutter/test_command_line.py
- components/test_shell_command.py
- components/notify/test_command_line.py
Misc changes in:
- components/mqtt/test_server.py
Also, removed some unused mock parameters in tests/components/mqtt/test_server.py.
|
2016-10-17 20:16:36 -07:00 |
|
Paulus Schoutsen
|
8c694eb279
|
Speed up MQTT server test (#3703)
|
2016-10-04 22:49:43 -07:00 |
|
Jan Harkes
|
58ea589f99
|
Fixes for mqtt config validation tests.
|
2016-04-06 22:51:38 -04:00 |
|
Jan Harkes
|
8cca2bb344
|
Config validation for MQTT
|
2016-04-06 22:51:38 -04:00 |
|
Paulus Schoutsen
|
8386bda4e4
|
MQTT: Start embedded server if no config given
|
2016-03-12 21:42:47 -08:00 |
|