core/tests/helpers
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 11:15:04 +01:00
test_condition.py Optimize template 2 (#3521) 2016-09-27 21:29:55 -07:00
test_config_validation.py Replacing tempfile with mock_open in tests (#3753) 2016-10-17 20:16:36 -07:00
test_discovery.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_entity.py Have template platforms never leave the event loop 2016-10-01 14:11:16 -07:00
test_entity_component.py Async EntitiesComponent (#3820) 2016-10-16 09:35:46 -07:00
test_event.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
test_event_decorators.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_init.py Filter out falsey platform configs 2016-09-24 00:03:44 -07:00
test_location.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_script.py Resolve issue with delay not passing variables to render (#3901) 2016-10-16 16:08:12 -07:00
test_service.py Async EntitiesComponent (#3820) 2016-10-16 09:35:46 -07:00
test_state.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_template.py Added tests for the template is_defined filter 2016-10-17 03:20:07 +02:00