mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
🐬 👍
This commit is contained in:
parent
826ec9b9d7
commit
34f57ebdc9
@ -1,4 +1,4 @@
|
||||
"""The tests for UVC camera module."""
|
||||
"""The tests for generic camera component."""
|
||||
import unittest
|
||||
from unittest import mock
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""The tests for UVC camera module."""
|
||||
"""The tests for local file camera component."""
|
||||
from tempfile import NamedTemporaryFile
|
||||
import unittest
|
||||
from unittest import mock
|
||||
@ -12,7 +12,7 @@ from tests.common import get_test_home_assistant
|
||||
|
||||
|
||||
class TestLocalCamera(unittest.TestCase):
|
||||
"""Test the generic camera platform."""
|
||||
"""Test the local file camera component."""
|
||||
|
||||
def setUp(self):
|
||||
"""Setup things to be run when tests are started."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user