hass-core/tests
jumpkick ef4587f994 Fix for #7459 (#7544)
* Generate a new updateDate with every call

This should fix #7459
Tests need to be updated in another commit.

* Replace STATIC_TIME with datetime object check

Removing the "DATE" argument from the Alexa component's configuration (because it is now dynamically generated) requires this commit's changes to the test cases to check that the updateDate data is a datetime type rather than a specific hardcoded value ('2016-10-10T19:51:42.0Z').

* Fix brackets
2017-05-11 09:04:17 -07:00
..
components Fix for #7459 (#7544) 2017-05-11 09:04:17 -07:00
fixtures Introduced Ring binary sensors and refactored Ring component (#6520) 2017-03-31 08:53:56 -07:00
helpers Refactor sun component for correctness (#7295) 2017-05-09 00:03:34 -07:00
mock Tests for zwave services (#6937) 2017-04-07 09:17:23 -04:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Be able to select mqtt:tls_version for Python < 3.6 (#6442) 2017-03-12 22:02:59 -07:00
test_util Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
testing_config/custom_components Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
util Fix YAML dump (#7388) 2017-05-01 20:09:49 -07:00
__init__.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
common.py Refactor sun component for correctness (#7295) 2017-05-09 00:03:34 -07:00
conftest.py Tests for zwave services (#6937) 2017-04-07 09:17:23 -04:00
test_bootstrap.py Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
test_config.py Upgrade voluptuous to 0.10.5 (#7107) 2017-04-30 00:42:19 -07:00
test_core.py Bugfix wait on start event (#7013) 2017-04-11 09:09:31 -07:00
test_loader.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_main.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_remote.py Remove deprecated remote classes (#7011) 2017-04-10 09:04:19 -07:00
test_setup.py Add warning for slow platforms/components (#6467) 2017-03-07 20:31:57 -08:00