hass-core/tests
Matthew Treinish aa3d0e1047 Fix incorrect check on presence of password and pub_key (#2355)
This commit fixes an issue with the use of None in default values
for the config get() calls in __init__() of AsusWrtDeviceScanner.
These values are cast as strings and when a NoneType is cast it
returns the string "None" this broke the check for the existence
of these fields. This commit fixes the issue by changing the default
value to be an empty string '' which will conform with the behavior
expected by the ssh login code.

Closes #2343
2016-06-22 17:01:39 -07:00
..
cassettes Update betamax casettes 2016-06-08 21:06:14 -07:00
components Fix incorrect check on presence of password and pub_key (#2355) 2016-06-22 17:01:39 -07:00
config/custom_components Fix PEP257 issues 2016-03-09 11:15:04 +01:00
fixtures Add tests for forecast.io (#2227) 2016-06-12 17:22:58 -07:00
helpers ps - add reload core config service (#2350) 2016-06-22 09:13:18 -07:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
util Removed webcolors dependency in favor of dictionary lookup. (#2215) 2016-06-08 22:25:32 -07:00
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
common.py Tons of fixes - WIP 2016-05-21 15:01:33 -07:00
test_bootstrap.py Change local library path from {config_dir}/lib to {config_dir}/deps. (#1799) 2016-04-11 20:07:50 -07:00
test_config.py Add initial config validation 2016-03-28 23:46:12 -07:00
test_core.py Correct celcius to celsius (#1860) 2016-04-19 20:30:44 -07:00
test_loader.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_remote.py Tons of fixes - WIP 2016-05-21 15:01:33 -07:00