MCPcopy Create free account
hub / github.com/Forethought-Technologies/AutoChain / BaseTest

Class BaseTest

autochain/workflows_evaluation/base_test.py:28–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class BaseTest(ABC):
29 @property
30 @abstractmethod
31 def chain(self) -> BaseChain:
32 """Chain to test with, which support run(<user_query>) function"""
33
34 @property
35 @abstractmethod
36 def tools(self) -> List[Tool]:
37 """Workflow policy"""
38
39 @property
40 @abstractmethod
41 def test_cases(self) -> List[TestCase]:
42 """"""
43
44
45class WorkflowTester:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected