1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-14 17:22:20 +01:00

tests, address review comments

This commit is contained in:
J. Nick Koston
2025-06-15 20:32:36 -05:00
parent 5d925af76f
commit 4abd93b661

View File

@@ -9,7 +9,6 @@ import logging
import os import os
from pathlib import Path from pathlib import Path
import platform import platform
import pty
import signal import signal
import socket import socket
import sys import sys
@@ -48,6 +47,9 @@ if platform.system() == "Windows":
) )
import pty # not available on Windows
@pytest.fixture(scope="module", autouse=True) @pytest.fixture(scope="module", autouse=True)
def enable_aioesphomeapi_debug_logging(): def enable_aioesphomeapi_debug_logging():
"""Enable debug logging for aioesphomeapi to help diagnose connection issues.""" """Enable debug logging for aioesphomeapi to help diagnose connection issues."""