Add test framework models

This commit is contained in:
2025-12-02 23:49:03 +00:00
parent 1ec3a6ddab
commit e25c21d1ca
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"]