hass-core/tests
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
..
components Replacing tempfile with mock_open in tests (#3753) 2016-10-17 20:16:36 -07:00
fixtures Change name of Forecast.io platform to Dark Sky (#3698) 2016-10-05 21:42:58 +02:00
helpers Replacing tempfile with mock_open in tests (#3753) 2016-10-17 20:16:36 -07:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Add persistent notifications to bootstrap (#3738) 2016-10-13 09:09:07 -07:00
testing_config/custom_components Exclude tests in dependencies in test dir from pytest (#2618) 2016-07-25 08:26:07 -07:00
util Replacing tempfile with mock_open in tests (#3753) 2016-10-17 20:16:36 -07:00
__init__.py Tweak Recorder 2016-07-11 08:56:07 -07:00
common.py Clean up some async stuff (#3915) 2016-10-17 19:38:41 -07:00
test_bootstrap.py Replacing tempfile with mock_open in tests (#3753) 2016-10-17 20:16:36 -07:00
test_config.py Replacing tempfile with mock_open in tests (#3753) 2016-10-17 20:16:36 -07:00
test_core.py Clean up some async stuff (#3915) 2016-10-17 19:38:41 -07:00
test_loader.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_main.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_remote.py Clean up some async stuff (#3915) 2016-10-17 19:38:41 -07:00