mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Spelling fixes (#12041)
* Spelling fixes *Lots* of them. * Spelling breaking changes * Fix lint errors
This commit is contained in:
committed by
Fabian Affolter
parent
38fd9b65bf
commit
8dcfd35b8b
@@ -1 +1 @@
|
||||
"""Test 'image_processing' component plaforms."""
|
||||
"""Test 'image_processing' component platforms."""
|
||||
|
||||
@@ -275,7 +275,7 @@ class TestImageProcessingFace(object):
|
||||
@patch('homeassistant.components.image_processing.demo.'
|
||||
'DemoImageProcessingFace.confidence',
|
||||
new_callable=PropertyMock(return_value=None))
|
||||
def test_face_event_call_no_confidence(self, mock_confi, aioclient_mock):
|
||||
def test_face_event_call_no_confidence(self, mock_config, aioclient_mock):
|
||||
"""Setup and scan a picture and test faces from event."""
|
||||
aioclient_mock.get(self.url, content=b'image')
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""The tests for the openalpr clooud platform."""
|
||||
"""The tests for the openalpr cloud platform."""
|
||||
import asyncio
|
||||
from unittest.mock import patch, PropertyMock
|
||||
|
||||
@@ -13,7 +13,7 @@ from tests.common import (
|
||||
get_test_home_assistant, assert_setup_component, load_fixture)
|
||||
|
||||
|
||||
class TestOpenAlprCloudlSetup(object):
|
||||
class TestOpenAlprCloudSetup(object):
|
||||
"""Test class for image processing."""
|
||||
|
||||
def setup_method(self):
|
||||
|
||||
Reference in New Issue
Block a user