hass-core/tests
Marcelo Moreira de Mello 05398a9dff Introduced Ring binary sensors and refactored Ring component (#6520)
* - Introduced Ring binary_sensor.

- Added unittest for Ring binary_sensor.

- Bumped ring_doorbell 3rd party module.

* Updated requirements

* Added correct file for unittest

* - Introduced Ring binary_sensor.

- Added unittest for Ring binary_sensor.

- Bumped ring_doorbell 3rd party module.

* Updated requirements

* Added correct file for unittest

* Added extra sensors last_ding and last_motion

* Modified Ring binary_sensor and sensor to inherit DOMAIN configuration

* Moved static to top ring.py

* Fixed requirements

* Bump version ring_doorbell to 0.1.2

* testing unittests

* Use hass.data dict instead GLOBALS

* Fixed unittests

* Bump ring_doorbell to 0.1.3

* Updated unittest and coverted to use decorator @requests_mock.Mocker()

* Updated ring_session with lower case
2017-03-31 08:53:56 -07:00
..
components Introduced Ring binary sensors and refactored Ring component (#6520) 2017-03-31 08:53:56 -07:00
fixtures Introduced Ring binary sensors and refactored Ring component (#6520) 2017-03-31 08:53:56 -07:00
helpers aiohttp 2 (#6835) 2017-03-30 00:50:53 -07:00
mock Add zwave per-node entity. (#6690) 2017-03-23 08:37:20 -07: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 aiohttp handling with upc connect (#6108) 2017-02-19 23:25:45 +01:00
testing_config/custom_components Move part of image_processing tests (#5634) 2017-01-29 14:40:37 -08:00
util Update Formulas in Convert XY to RGB (#6322) 2017-03-02 08:54:45 +01:00
__init__.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
common.py Allow testing against uvloop (#6468) 2017-03-07 10:11:41 +01:00
conftest.py Add zwave per-node entity. (#6690) 2017-03-23 08:37:20 -07:00
test_bootstrap.py Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
test_config.py Cleanup async handling (#6388) 2017-03-04 15:10:36 -08:00
test_core.py Add support for remove services / Reload script support (#6441) 2017-03-07 22:51:34 -08: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 Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
test_setup.py Add warning for slow platforms/components (#6467) 2017-03-07 20:31:57 -08:00