Implement test logger

This commit is contained in:
2025-12-02 23:52:33 +00:00
parent e25c21d1ca
commit 80de608edd
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"]