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

Class TestCase

autochain/workflows_evaluation/base_test.py:20–25  ·  view source on GitHub ↗

Standardized data class for each test case for BastTest

Source from the content-addressed store, hash-verified

18
19@dataclass
20class TestCase:
21 """Standardized data class for each test case for BastTest"""
22
23 test_name: str = ""
24 user_context: str = ""
25 expected_outcome: str = ""
26
27
28class BaseTest(ABC):

Calls

no outgoing calls

Tested by

no test coverage detected