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