MCPcopy Create free account
hub / github.com/RUC-NLPIR/WebThinker / Test

Class Test

scripts/lcb_runner/benchmarks/code_generation.py:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29@dataclass
30class Test:
31 input: str
32 output: str
33 testtype: TestType
34
35 def __post_init__(self):
36 self.testtype = TestType(self.testtype)
37 # if self.testtype == TestType.FUNCTIONAL:
38 # self.input = json.loads(self.input)
39 # self.output = json.loads(self.output)
40
41
42@dataclass

Callers 1

__post_init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected