Implement test logger

This commit is contained in:
2025-08-31 17:24:16 +00:00
parent e379b7e432
commit ee8d148eb7
3 changed files with 225 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ from py_dvt_ate.data.models import TestStatus
if TYPE_CHECKING:
# Avoid circular imports while maintaining type checking
from py_dvt_ate.framework.logger import ITestLogger # type: ignore[import-not-found]
from py_dvt_ate.framework.logger import ITestLogger
from py_dvt_ate.instruments.factory import InstrumentSet