Add test framework models

This commit is contained in:
2025-08-28 21:57:03 +00:00
parent d4bfd3157b
commit fa06dcc864
2 changed files with 115 additions and 0 deletions

View File

@@ -3,3 +3,7 @@
Provides test sequencing, measurement logging, limit checking,
and runtime context management for DVT characterisation tests.
"""
from py_dvt_ate.framework.context import ITest, TestContext
__all__ = ["ITest", "TestContext"]