Add empty line after module docstring [tests a-e] (#112708)

This commit is contained in:
Marc Mueller 2024-03-08 14:50:25 +01:00 committed by GitHub
parent c88b337600
commit 38adfbf1a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
577 changed files with 577 additions and 0 deletions

View file

@ -1,4 +1,5 @@
"""demo conftest."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for local file camera component."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the demo climate component."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the Demo cover platform."""
from datetime import timedelta
from unittest.mock import patch

View file

@ -1,4 +1,5 @@
"""The tests for the demo date component."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the demo datetime component."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""Test cases around the demo fan platform."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the demo platform."""
from freezegun import freeze_time
from homeassistant.components import geo_location

View file

@ -1,4 +1,5 @@
"""The tests for the demo light component."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the Demo lock platform."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the Demo Media player platform."""
from http import HTTPStatus
from unittest.mock import patch

View file

@ -1,4 +1,5 @@
"""The tests for the demo number component."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the demo remote component."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the demo select component."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the demo sensor component."""
from datetime import timedelta
from unittest.mock import patch

View file

@ -1,4 +1,5 @@
"""The tests for the demo siren component."""
from unittest.mock import call, patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the demo stt component."""
from http import HTTPStatus
from unittest.mock import patch

View file

@ -1,4 +1,5 @@
"""The tests for the demo switch component."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the demo text component."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the demo time component."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the demo update platform."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""The tests for the Demo vacuum platform."""
from datetime import timedelta
from unittest.mock import patch

View file

@ -1,4 +1,5 @@
"""The tests for the demo water_heater component."""
from unittest.mock import patch
import pytest