🐬 👍
This commit is contained in:
parent
826ec9b9d7
commit
34f57ebdc9
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue