hass-core/tests/components/notify
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
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_apns.py Support for Apple Push Notification Service (#3756) 2016-10-17 19:41:49 -07:00
test_command_line.py Use setup_component in tests (#3414) 2016-09-17 10:29:58 -07:00
test_demo.py Replacing tempfile with mock_open in tests (#3753) 2016-10-17 20:16:36 -07:00
test_file.py Replacing tempfile with mock_open in tests (#3753) 2016-10-17 20:16:36 -07:00
test_group.py Continue on invalid platforms and new setup_component unit tests (#3736) 2016-10-08 11:27:35 -07:00
test_html5.py test: mocking IO in HTML5 notify tests (#3685) 2016-10-04 01:01:41 -07:00
test_smtp.py Refactor notification titles to allow for them to be None, this also includes a change in Telegram to only include the title if it's present, and to use a Markdown parse mode for messages (#3100) 2016-09-01 14:35:46 +01:00