mirror of
https://github.com/home-assistant/core.git
synced 2025-06-29 17:37:07 +00:00

* Split out reolink tests * Bring __init__ coverage to 100% * Improve docstrings * Use patching and autospec=True for ReolinkHost * Use fixture * fix styling * Parametrize tests * Update tests/components/reolink/conftest.py Co-authored-by: Franck Nijhof <frenck@frenck.nl> * Apply suggestions from code review Co-authored-by: Franck Nijhof <frenck@frenck.nl> * Update test_config_flow.py * convert to fixture * review comments * Update tests/components/reolink/conftest.py Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> * Update tests/components/reolink/conftest.py Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> * Update tests/components/reolink/conftest.py Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> * fix tests * fix imports * Update test_init.py * Check if host is logout on reload --------- Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>