core/tests
Jan Harkes c481cbce7e Make tox run faster by using in-memory sqlite db. (#1752)
Two tests were invariably grinding my system to a halt as it was
applying migrations to an empty sqlite database. This patch reduces
the time of a pytest run from 50 to about 16 seconds on my desktop.

The difference is even more noticable on a slower laptop drive, but
is probably insignificant for all you fancy SSD users.
2016-04-08 18:28:19 -07:00
..
cassettes VCR YR sensor test 2015-12-27 17:37:32 -08:00
components Make tox run faster by using in-memory sqlite db. (#1752) 2016-04-08 18:28:19 -07:00
config/custom_components Fix PEP257 issues 2016-03-09 11:15:04 +01:00
helpers Add automation config validation 2016-04-04 12:18:58 -07:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
util Detect duplicate keys in configuration.yaml. 2016-04-05 21:21:16 -07:00
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
common.py Trying to fix failing sun component tests. (#1741) 2016-04-07 18:32:21 -07:00
test_bootstrap.py Allow platforms to specify PLATFORM_SCHEMA 2016-04-02 20:10:57 -07:00
test_config.py Add initial config validation 2016-03-28 23:46:12 -07:00
test_core.py Fix PEP257 issues 2016-03-09 11:15:04 +01:00
test_loader.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_remote.py Fix PEP257 issues 2016-03-09 11:15:04 +01:00