Implement test logger

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

View File

@@ -5,5 +5,6 @@ and runtime context management for DVT characterisation tests.
"""
from py_dvt_ate.framework.context import ITest, TestContext
from py_dvt_ate.framework.logger import ITestLogger, TestLogger
__all__ = ["ITest", "TestContext"]
__all__ = ["ITest", "ITestLogger", "TestContext", "TestLogger"]