mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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
|
import unittest
|
||||||
from unittest import mock
|
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
|
from tempfile import NamedTemporaryFile
|
||||||
import unittest
|
import unittest
|
||||||
from unittest import mock
|
from unittest import mock
|
||||||
@ -12,7 +12,7 @@ from tests.common import get_test_home_assistant
|
|||||||
|
|
||||||
|
|
||||||
class TestLocalCamera(unittest.TestCase):
|
class TestLocalCamera(unittest.TestCase):
|
||||||
"""Test the generic camera platform."""
|
"""Test the local file camera component."""
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
"""Setup things to be run when tests are started."""
|
"""Setup things to be run when tests are started."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user