mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00

* Adding tests for vera component. Fixing update bug in the vera climate platform. * Updating requrements file. * Moving vera stop to a job. Sorting imports. * Addressing simple PR feedback. * Splitting tests into platforms. * Mocking controller instead of using requests_mock. * Updating pyvera to use version that stops threads quickly. * Updating requirements files. * Mocking the pyvera module, not the API. * Addressing PR feedback. Handling start/stop of patch in fixture. Removing unecessary code. * Using generator
2 lines
36 B
Python
2 lines
36 B
Python
"""Tests for the Vera component."""
|